8139377: JVM can't be started w/ -XX:+EnableJVMCI -XX:+UseJVMCICompiler and default TypeProfileWidth
Summary: Raise upper bound of TypeProfileWidth from 4 to 8.
Reviewed-by: iveresov, twisti
--- a/hotspot/src/share/vm/runtime/globals.hpp Mon Oct 12 12:20:38 2015 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Oct 13 10:09:57 2015 +0200
@@ -3246,7 +3246,7 @@
\
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") \