8214947: Assertion error in test: StringCompressInflateTest

Reviewed-by: kvn, neliasso
This commit is contained in:
Patric Hedlin 2019-02-14 14:59:17 +01:00
parent 7d6d661328
commit 0e29b78bd1
2 changed files with 1 additions and 3 deletions

View File

@ -299,7 +299,7 @@ public final class StringCompressInflateTest extends MethodSubstitutionTest {
TestMethods(String testmname, Class<?> javaclass, Class<?> intrinsicClass, String javamname, Class<?>... params) {
javamethod = getResolvedJavaMethod(javaclass, javamname, params);
testmethod = getResolvedJavaMethod(testmname);
testgraph = testGraph(testmname, javamname);
testgraph = getReplacements().getIntrinsicGraph(javamethod, CompilationIdentifier.INVALID_COMPILATION_ID, getDebugContext());
assertInGraph(testgraph, intrinsicClass);
assert javamethod != null;

View File

@ -226,6 +226,4 @@ org.graalvm.compiler.core.test.deopt.CompiledMethodTest 8202955
org.graalvm.compiler.hotspot.test.ReservedStackAccessTest 8213567 windows-all
org.graalvm.compiler.replacements.test.StringCompressInflateTest 8214947
org.graalvm.compiler.hotspot.test.CheckGraalIntrinsics 8218698