JDK-8334402 : ProblemList test/hotspot/jtreg/compiler/c2/TestMergeStores.java on big endian platforms
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: linux,aix
  • CPU: ppc,s390x
  • Submitted: 2024-06-17
  • Updated: 2024-06-18
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 23
23Unresolved
Description
 In jdk 23, the test test/hotspot/jtreg/compiler/c2/TestMergeStores.java should be excluded on big endian platforms.

It fails because JDK-8318446 is only implemented for little endian platforms in jdk 23.

JDK-8331311 is the big endian port. It will likely not be backported to jdk 23.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/19761 Date: 2024-06-18 08:34:16 +0000
18-06-2024