# HG changeset patch # User Thomas Wuerthinger # Date 1339969544 -7200 # Node ID a82376ebaaa99d01355e0ea8d979fc1fba44449c # Parent 380b2a73fdc2642e37e9e5bf4beea39e1bcdcb45 Disable NewInstance lowering for all methods again. diff -r 380b2a73fdc2 -r a82376ebaaa9 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 21:35:52 2012 +0200 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java Sun Jun 17 23:45:44 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 = ""; + public static String HIRLowerNewInstance = "NewInstanceTest.new"; /** * The profiling info cache directory.