8163864: [JVMCI] move MethodProfileWidth to jvmci_globals.hpp

Reviewed-by: zmajo
This commit is contained in:
Doug Simon 2016-08-22 19:29:15 +00:00
parent 06492bebc5
commit da1655a009
4 changed files with 7 additions and 3 deletions

View file

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