diff src/share/vm/c1/c1_globals.hpp @ 1418:55ac38887415

modifications for linux: argument register layout, makefile
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 09 Jul 2010 16:33:03 -0700
parents 35069ca331f2
children 7cf1952ec5fb
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Wed Jun 23 17:20:40 2010 +0200
+++ b/src/share/vm/c1/c1_globals.hpp	Fri Jul 09 16:33:03 2010 -0700
@@ -33,9 +33,9 @@
 
 #define C1_FLAGS(develop, develop_pd, product, product_pd, notproduct)      \
                                                                             \
-  product(bool, UseC1X, true,						                        \
+  product(bool, UseC1X, false,                                              \
           "Use C1X instead of C1")                                          \
-  product(intx, TraceC1X, 0,						                        \
+  product(intx, TraceC1X, 0,                                                \
           "Trace level for C1X")                                            \
   /* Printing */                                                            \
   notproduct(bool, PrintC1Statistics, false,                                \
@@ -59,7 +59,7 @@
   notproduct(bool, PrintIRDuringConstruction, false,                        \
           "Print IR as it's being constructed (helpful for debugging frontend)")\
                                                                             \
-  notproduct(bool, PrintPhiFunctions, false,                                   \
+  notproduct(bool, PrintPhiFunctions, false,                                \
           "Print phi functions when they are created and simplified")       \
                                                                             \
   notproduct(bool, PrintIR, false,                                          \