diff src/share/vm/graal/graalGlobals.hpp @ 16146:9b27e69f7cec

added -XX:+PrintBootstrap option to mirror -G:+PrintBoostrap option
author Doug Simon <doug.simon@oracle.com>
date Thu, 19 Jun 2014 23:42:25 +0200
parents a87f6927d73e
children ad431bf0de07
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Thu Jun 19 23:41:46 2014 +0200
+++ b/src/share/vm/graal/graalGlobals.hpp	Thu Jun 19 23:42:25 2014 +0200
@@ -52,6 +52,9 @@
   COMPILERGRAAL_PRESENT(product(bool, BootstrapGraal, true,                 \
           "Bootstrap Graal before running Java main method"))               \
                                                                             \
+  COMPILERGRAAL_PRESENT(product(bool, PrintBootstrap, true,                 \
+          "Print Graal bootstrap progress and summary"))                    \
+                                                                            \
   COMPILERGRAAL_PRESENT(product(intx, GraalThreads, 1,                      \
           "Force number of Graal compiler threads to use"))                 \
                                                                             \