diff src/share/vm/c1/c1_globals.hpp @ 4559:723df37192d6

Make it possible again to build a real client libjvm, drop the UseGraal flag. Use the --vm option instead of a special -vm option in the bench command
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 10 Feb 2012 17:04:03 +0100
parents 716a2c5c0656
children c38f13903fdf
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Fri Feb 10 02:22:23 2012 +0100
+++ b/src/share/vm/c1/c1_globals.hpp	Fri Feb 10 17:04:03 2012 +0100
@@ -56,8 +56,6 @@
 //
 #define C1_FLAGS(develop, develop_pd, product, product_pd, notproduct)      \
                                                                             \
-  product(bool, UseGraal, true,                                             \
-          "Use graal instead of C1")                                        \
   product(bool, DebugGraal, true,                                           \
           "Enable JVMTI for the compiler thread")                           \
   product(bool, BootstrapGraal, true,                                       \