8139377: JVM can't be started w/ -XX:+EnableJVMCI -XX:+UseJVMCICompiler and default TypeProfileWidth
authorzmajo
Tue, 13 Oct 2015 10:09:57 +0200
changeset 33171 25ea04039ff9
parent 33170 1021810aef42
child 33173 1019481697e4
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
hotspot/src/share/vm/runtime/globals.hpp
--- 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")                    \