JDK-8317150 : [lworld] valhalla/valuetypes/ObjectMethods.java fails after jdk-22+9
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: repo-valhalla
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2023-09-28
  • Updated: 2023-09-29
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.
Other
repo-valhallaUnresolved
Related Reports
Relates :  
Description
Following error occurs after merging jdk-22+9:

test ObjectMethods.testEquals(InlinableValue@9fe08bcc, InlinableValue@9fe08bcc, true): failure
java.lang.AssertionError: expected [true] but found [false]
	at org.testng.Assert.fail(Assert.java:99)
	at org.testng.Assert.failNotEquals(Assert.java:1037)
	at org.testng.Assert.assertTrue(Assert.java:45)
	at org.testng.Assert.assertTrue(Assert.java:55)
	at ObjectMethods.testEquals(ObjectMethods.java:159)

Comments
Works with "make exploded-test", but not "make test"
29-09-2023