diff src/share/vm/opto/c2_globals.hpp @ 12192:34bd5e86aadb

8010941: MinJumpTableSize is set to 18, investigate if that's still optimal Summary: Lowered the MinJumpTableSize for each platform Reviewed-by: kvn
author adlertz
date Wed, 11 Sep 2013 09:34:00 +0200
parents edb5ab0f3fe5
children c9ccd7b85f20
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Tue Sep 10 15:28:44 2013 -0700
+++ b/src/share/vm/opto/c2_globals.hpp	Wed Sep 11 09:34:00 2013 +0200
@@ -421,7 +421,7 @@
   product(bool, UseDivMod, true,                                            \
           "Use combined DivMod instruction if available")                   \
                                                                             \
-  product(intx, MinJumpTableSize, 18,                                       \
+  product_pd(intx, MinJumpTableSize,                                        \
           "Minimum number of targets in a generated jump table")            \
                                                                             \
   product(intx, MaxJumpTableSize, 65000,                                    \