comparison graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/PartialEscapeAnalysisTest.java @ 11714:cb81a0f3407c

Fix PartialEscapeAnalysisTest.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 19 Sep 2013 05:00:12 +0200
parents 68c0e475d14f
children 23ccaa863eda
comparison
equal deleted inserted replaced
11713:972f2e2c797a 11714:cb81a0f3407c
124 } 124 }
125 } 125 }
126 126
127 @Test 127 @Test
128 public void testCache() { 128 public void testCache() {
129 testMaterialize("testCacheSnippet", 0.5, 1); 129 testMaterialize("testCacheSnippet", 0.75, 1);
130 } 130 }
131 131
132 public static class CacheKey { 132 public static class CacheKey {
133 133
134 private final int idx; 134 private final int idx;