changeset 5636:9bf0810f5c6c

Enable NewInstance lowering by default for all methods.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 17 Jun 2012 18:06:27 +0200
parents e1b2b2de608d
children 380b2a73fdc2
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	Sun Jun 17 18:04:59 2012 +0200
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java	Sun Jun 17 18:06:27 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.