# HG changeset patch # User Doug Simon # Date 1341919659 -7200 # Node ID b77a8c06b47767fa97ec7a0300592dfd101e708a # Parent 5d329d42dd73a7b5cdb85ece6bc8b118a4a4a4a6 disabled XIR lowering of invoke by default diff -r 5d329d42dd73 -r b77a8c06b477 graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java --- 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)