changeset 5656:c06ee31464c0

Re-enabled NewInstanceSnippets by default for all methods.
author Doug Simon <doug.simon@oracle.com>
date Tue, 19 Jun 2012 17:12:02 +0200
parents 5abab4a8250f
children d71eb56d6bb0
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 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.