diff src/share/vm/graal/graalGlobals.hpp @ 16399:4481cf549cfc

removed (Java based) CompilationQueue
author Doug Simon <doug.simon@oracle.com>
date Thu, 03 Jul 2014 23:28:35 +0200
parents ad431bf0de07
children c9284d733aa1
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Thu Jul 03 21:47:59 2014 +0200
+++ b/src/share/vm/graal/graalGlobals.hpp	Thu Jul 03 23:28:35 2014 +0200
@@ -61,12 +61,6 @@
   COMPILERGRAAL_PRESENT(product(intx, GraalThreads, 1,                      \
           "Force number of Graal compiler threads to use"))                 \
                                                                             \
-  COMPILERGRAAL_PRESENT(product(bool, UseGraalCompilationQueue, false,      \
-          "Use non-native compilation queue for Graal"))                    \
-                                                                            \
-  product(bool, ForceGraalInitialization, false,                            \
-          "Force VM to initialize the compiler even if not used")           \
-                                                                            \
   product(intx, TraceGraal, 0,                                              \
           "Trace level for Graal")                                          \
                                                                             \