# HG changeset patch # User Doug Simon # Date 1342469361 -7200 # Node ID f0837ce4d948637aabedc1916cc0b7d9bd5d65fd # Parent a9ce56ad1860e2695396b2499f76d20697a52d14 disabled vtable inline dispatch by default until remaining issues are resolved diff -r a9ce56ad1860 -r f0837ce4d948 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 Mon Jul 16 15:24:06 2012 +0200 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java Mon Jul 16 22:09:21 2012 +0200 @@ -181,7 +181,7 @@ public static boolean GenSafepoints = true; public static boolean GenLoopSafepoints = true; static boolean UseTypeCheckHints = true; - public static boolean InlineVTableStubs = true; + public static boolean InlineVTableStubs = ____; public static boolean AlwaysInlineVTableStubs = ____; public static boolean GenAssertionCode = ____;