JDK-8213556 : graalunit tests failing in JDK12
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 12
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-11-08
  • Updated: 2019-01-16
  • Resolved: 2019-01-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 12
12Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Sub Tasks
JDK-8213959 :  
Description
There are new failures in compiler/graalunit/ReplacementsTest.java and org.graalvm.compiler.hotspot.test.BigIntegerIntrinsicsTest in compiler/graalunit/HotspotTest.java.
Comments
It will propagate to jdk13 on the next graal update merge, but we aren't doing any more graal merges for jdk12. For jdk12 Graal bugs, they need to be pushed to 12 separately.
16-01-2019

Still waiting for JDK-8214947 to propagate to the JDK repository (since early December).
16-01-2019

StringCompressInflateTest is the last remaining issue. [~phedlin] Patric, I'm re-assigning it to you.
08-01-2019

Thanks Patric. Do you have time to push that change upstream?
06-12-2018

This should fix the issue in the StringCompressInflateTest: #line 302 - testgraph = testGraph(testmname, javamname); + testgraph = getReplacements().getIntrinsicGraph(javamethod, CompilationIdentifier.INVALID_COMPILATION_ID, getDebugContext());
05-12-2018

This is the tier4 failure: testStringUTF16Compress(org.graalvm.compiler.replacements.test.StringCompressInflateTest) java.lang.AssertionError: Graph does not contain a node of class org.graalvm.compiler.replacements.amd64.AMD64StringUTF16CompressNode at org.graalvm.compiler.replacements.test.MethodSubstitutionTest.assertInGraph(MethodSubstitutionTest.java:152) at org.graalvm.compiler.replacements.test.StringCompressInflateTest$TestMethods.<init>(StringCompressInflateTest.java:303) at org.graalvm.compiler.replacements.test.StringCompressInflateTest.testStringUTF16Compress(StringCompressInflateTest.java:190)
15-11-2018

It seems that one problem may be running these tests with UseJVMCICompiler enabled.
14-11-2018

Please note, I filed this for failures while testing unpushed JDK-8210777 changes, because I need a bug ID if they end up being added to the problem list, not for failures in the current jdk.
10-11-2018