JDK-8229851 : compiler/intrinsics/Test8005419.java failed due to mismatched values
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 14
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86_64
  • Submitted: 2019-08-17
  • Updated: 2019-10-11
  • Resolved: 2019-08-19
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 14
14Resolved
Related Reports
Duplicate :  
Relates :  
Description
The following test failed in the JDK14 CI:

compiler/intrinsics/Test8005419.java

Here's a snippet of the log file:

#section:main
----------messages:(4/226)----------
command: main -Xbatch -Xmx128m compiler.intrinsics.Test8005419
reason: User specified action: run main/othervm -Xbatch -Xmx128m compiler.intrinsics.Test8005419 
Mode: othervm [/othervm specified]
elapsed time (seconds): 0.458
----------configuration:(0/0)----------
----------System.out:(4/136)----------
Start testing
Failed equals s1[64], s2[64]: result = -185, expected 0
Failed diff size s1[64], s2[64]: result = -185, expected 0
FAILED
----------System.err:(0/0)----------
----------rerun:(38/5919)*----------
Comments
Thanks. Done.
11-10-2019

JDK-8229851 and JDK-8228903 are circular duplicates. They both refer to each other. It would be nice to get this bookkeeping corrected. Should they both be duplicates of JDK-8229201?
11-10-2019

The test verifies the correct result of String.compareTo. I'm closing this as duplicate of JDK-8228903.
19-08-2019

This appears to be an AOT test run.
17-08-2019