diff src/share/vm/c1/c1_globals.hpp @ 7154:5d0bb7d52783

changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Dec 2012 21:36:40 +0100
parents 1baf7f1e3f23
children 3ac7d10a6572
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Wed Dec 12 15:46:11 2012 +0100
+++ b/src/share/vm/c1/c1_globals.hpp	Wed Dec 12 21:36:40 2012 +0100
@@ -56,8 +56,6 @@
 //
 #define C1_FLAGS(develop, develop_pd, product, product_pd, notproduct)      \
                                                                             \
-  product(bool, TraceSignals, false,                                        \
-          "Trace signals and implicit exception handling")                  \
   /* Printing */                                                            \
   notproduct(bool, PrintC1Statistics, false,                                \
           "Print Compiler1 statistics" )                                    \