diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp index 863fdb3c196..fee810c4001 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -1351,11 +1351,10 @@ const int ObjectAlignmentInBytes = 8; "Number of receiver types to record in call/cast profile") \ range(0, 8) \ \ - develop(intx, BciProfileWidth, 2, \ + develop(int, BciProfileWidth, 2, \ "Number of return bci's to record in ret profile") \ range(0, AARCH64_ONLY(1000) NOT_AARCH64(5000)) \ \ - \ product(intx, PerMethodRecompilationCutoff, 400, \ "After recompiling N times, stay in the interpreter (-1=>'Inf')") \ range(-1, max_intx) \