-
Bug
-
Resolution: Duplicate
-
P4
-
13
org.graalvm.compiler.jtt.jdk.UnsafeAllocateInstance01 fails with
1) run3(org.graalvm.compiler.jtt.jdk.UnsafeAllocateInstance01)
java.lang.AssertionError: expected null but got an exception
at org.graalvm.compiler.core.test.GraalCompilerTest.assertEquals(GraalCompilerTest.java:919)
at org.graalvm.compiler.core.test.GraalCompilerTest.testAgainstExpected(GraalCompilerTest.java:885)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:111)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:94)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:90)
2) run4(org.graalvm.compiler.jtt.jdk.UnsafeAllocateInstance01)
java.lang.AssertionError: expected null but got an exception
at org.graalvm.compiler.core.test.GraalCompilerTest.assertEquals(GraalCompilerTest.java:919)
at org.graalvm.compiler.core.test.GraalCompilerTest.testAgainstExpected(GraalCompilerTest.java:885)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:111)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:94)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:90)
when running with -Xcomp (note no Graal as JIT is used)
1) run3(org.graalvm.compiler.jtt.jdk.UnsafeAllocateInstance01)
java.lang.AssertionError: expected null but got an exception
at org.graalvm.compiler.core.test.GraalCompilerTest.assertEquals(GraalCompilerTest.java:919)
at org.graalvm.compiler.core.test.GraalCompilerTest.testAgainstExpected(GraalCompilerTest.java:885)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:111)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:94)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:90)
2) run4(org.graalvm.compiler.jtt.jdk.UnsafeAllocateInstance01)
java.lang.AssertionError: expected null but got an exception
at org.graalvm.compiler.core.test.GraalCompilerTest.assertEquals(GraalCompilerTest.java:919)
at org.graalvm.compiler.core.test.GraalCompilerTest.testAgainstExpected(GraalCompilerTest.java:885)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:111)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:94)
at org.graalvm.compiler.jtt.JTTTest.runTest(JTTTest.java:90)
when running with -Xcomp (note no Graal as JIT is used)
- duplicates
-
JDK-8153540 C2 intrinsic for Unsafe.allocateInstance doesn't properly filter out array classes
-
- Open
-
- relates to
-
JDK-8153540 C2 intrinsic for Unsafe.allocateInstance doesn't properly filter out array classes
-
- Open
-
-
JDK-8192853 [Graal] org.graalvm.compiler tests fail with Graal as JIT compiler and -Xcomp flag
-
- Closed
-
-
JDK-8223923 C2: Missing interference with mismatched unsafe accesses
-
- Resolved
-