changeset 5804:b77a8c06b477

disabled XIR lowering of invoke by default
author Doug Simon <doug.simon@oracle.com>
date Tue, 10 Jul 2012 13:27:39 +0200
parents 5d329d42dd73
children 013081f7771b
files graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java	Tue Jul 10 13:22:54 2012 +0200
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java	Tue Jul 10 13:27:39 2012 +0200
@@ -275,7 +275,7 @@
     /**
      * Use XIR to lower {@link Invoke} nodes.
      */
-    public static boolean XIRLowerInvokes = true;
+    public static boolean XIRLowerInvokes = false;
 
     static {
         // turn detailed assertions on when the general assertions are on (misusing the assert keyword for this)