addressing review comment 1

This commit is contained in:
Saranya Natarajan 2025-07-22 12:57:27 +00:00
parent 6a36457dbd
commit a32b6eadaf

View File

@ -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) \