diff graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2675:bcd20d26d52d

Refactoring of BlockMap so that it doesn't create BlockBegin objects, but maintains its own Block data structure
author Christian.Wimmer@Oracle.com
date Fri, 13 May 2011 13:59:32 -0700
parents 35453d725a2a
children e0e89714e2f1
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java	Thu May 12 17:57:58 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java	Fri May 13 13:59:32 2011 -0700
@@ -137,6 +137,8 @@
     public static boolean UseXmmLoadAndClearUpper       = ____;
     public static boolean UseXmmRegToRegMoveAll         = ____;
 
+    public static boolean StressImplicitExceptions       = ____;
+
     static {
         setOptimizationLevel(1);
     }