changeset 7697:e7a85c94502e

adjusted test case for the new inlining
author Christian Haeubl <haeubl@ssw.jku.at>
date Mon, 04 Feb 2013 17:42:53 +0100
parents fbbc2ea60c4d
children 5172356ea7c3
files graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/EscapeAnalysisTest.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/EscapeAnalysisTest.java	Mon Feb 04 17:29:13 2013 +0100
+++ b/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/EscapeAnalysisTest.java	Mon Feb 04 17:42:53 2013 +0100
@@ -198,7 +198,7 @@
         StructuredGraph graph = parse(snippet);
         try {
             for (Invoke n : graph.getInvokes()) {
-                n.node().setProbability(100000);
+                n.setInliningRelevance(1);
             }
 
             Assumptions assumptions = new Assumptions(false);