8139377: JVM can't be started w/ -XX:+EnableJVMCI -XX:+UseJVMCICompiler and default TypeProfileWidth

Raise upper bound of TypeProfileWidth from 4 to 8.

Reviewed-by: iveresov, twisti
This commit is contained in:
Zoltan Majo 2015-10-13 10:09:57 +02:00
parent 71edab514c
commit 301e389dd2

View File

@ -3246,7 +3246,7 @@ public:
\
product(intx, TypeProfileWidth, 2, \
"Number of receiver types to record in call/cast profile") \
range(0, 4) \
range(0, 8) \
\
experimental(intx, MethodProfileWidth, 0, \
"Number of methods to record in call profile") \