hotspot/src/share/vm/opto/c2_globals.hpp
changeset 190 e9a0a9dcd4f6
parent 1 489c9b5090e2
child 238 803c80713999
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Wed Dec 05 09:00:00 2007 -0800
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Wed Dec 05 09:01:00 2007 -0800
@@ -367,6 +367,12 @@
   notproduct(bool, PrintEliminateLocks, false,                              \
           "Print out when locks are eliminated")                            \
                                                                             \
+  diagnostic(bool, EliminateAutoBox, false,                                 \
+          "Private flag to control optimizations for autobox elimination")  \
+                                                                            \
+  product(intx, AutoBoxCacheMax, 128,                                       \
+          "Sets max value cached by the java.lang.Integer autobox cache")   \
+                                                                            \
   product(bool, DoEscapeAnalysis, false,                                    \
           "Perform escape analysis")                                        \
                                                                             \