mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8163864: [JVMCI] move MethodProfileWidth to jvmci_globals.hpp
Reviewed-by: zmajo
This commit is contained in:
parent
06492bebc5
commit
da1655a009
4 changed files with 7 additions and 3 deletions
|
@ -3027,9 +3027,6 @@ public:
|
|||
"Number of receiver types to record in call/cast profile") \
|
||||
range(0, 8) \
|
||||
\
|
||||
experimental(intx, MethodProfileWidth, 0, \
|
||||
"Number of methods to record in call profile") \
|
||||
\
|
||||
develop(intx, BciProfileWidth, 2, \
|
||||
"Number of return bci's to record in ret profile") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue