# HG changeset patch # User Doug Simon # Date 1340118722 -7200 # Node ID c06ee31464c09aa42f1ab044705882b007eb1c2b # Parent 5abab4a8250f9f99404fc5a25121b800fc2e2c27 Re-enabled NewInstanceSnippets by default for all methods. diff -r 5abab4a8250f -r c06ee31464c0 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 Jun 19 17:00:24 2012 +0200 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java Tue Jun 19 17:12:02 2012 +0200 @@ -261,7 +261,7 @@ * Only instructions in methods whose fully qualified name contains this option will be HIR lowered. */ public static String HIRLowerCheckcast = ""; - public static String HIRLowerNewInstance = "NewInstanceTest.new"; + public static String HIRLowerNewInstance = ""; /** * The profiling info cache directory.