diff src/share/vm/c1/c1_globals.hpp @ 1454:7cf1952ec5fb

Added flag -XX:BootstrapC1X that precompiles Object::<init> and then every method in the compilation queue until it is empty.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 12 Nov 2010 20:57:08 +0100
parents 55ac38887415
children 2d26b0046e0d
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Fri Nov 12 18:34:07 2010 +0100
+++ b/src/share/vm/c1/c1_globals.hpp	Fri Nov 12 20:57:08 2010 +0100
@@ -35,6 +35,8 @@
                                                                             \
   product(bool, UseC1X, false,                                              \
           "Use C1X instead of C1")                                          \
+  product(bool, BootstrapC1X, false,                                        \
+          "Bootstrap C1X before running Java main method")                  \
   product(intx, TraceC1X, 0,                                                \
           "Trace level for C1X")                                            \
   /* Printing */                                                            \