mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-09 23:50:22 +00:00
addressing review comment 1
This commit is contained in:
parent
6a36457dbd
commit
a32b6eadaf
@ -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) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user