# HG changeset patch # User Thomas Wuerthinger # Date 1339949187 -7200 # Node ID 9bf0810f5c6cbc45a1e5a4efac08c132ddb37bdf # Parent e1b2b2de608d868ef8906cb452fc024ef9e23f02 Enable NewInstance lowering by default for all methods. diff -r e1b2b2de608d -r 9bf0810f5c6c 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 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.