JDK-8318038 : ProblemList runtime/CompressedOops/CompressedClassPointers.java on two platforms
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 22
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,windows
  • CPU: x86_64
  • Submitted: 2023-10-12
  • Updated: 2024-02-09
  • Resolved: 2023-10-12
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 21 JDK 22
21.0.4-oracleFixed 22 b20Fixed
Description
In order to reduce the noise in the JDK22 CI, I'm ProblemListing:

runtime/CompressedOops/CompressedClassPointers.java

on linux-x64 and windows-x64.
Comments
[21u-na] We don't see this failing in our CI currently.
09-02-2024

Changeset: 0983b548 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-10-12 20:02:10 +0000 URL: https://git.openjdk.org/jdk/commit/0983b54866d7118bb54c87fa3b2260c863376a92
12-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16172 Date: 2023-10-12 19:26:10 +0000
12-10-2023

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index a76c41f8b38..22a09b202d2 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -110,6 +110,8 @@ applications/jcstress/copy.java 8229852 linux-all containers/docker/TestJcmd.java 8278102 linux-all containers/docker/TestMemoryAwareness.java 8303470 linux-all +runtime/CompressedOops/CompressedClassPointers.java 8317610 linux-x64,windows-x64 + ############################################################################# # :hotspot_serviceability
12-10-2023