JDK-8299387 : CompressedClassPointers.java still fails on ppc with 'Narrow klass shift: 0' missing
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 20,21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: ppc
  • Submitted: 2022-12-28
  • Updated: 2023-01-03
  • Resolved: 2022-12-28
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
21 masterFixed
Related Reports
Relates :  
Description
We see the following error on ppc64 :
java.lang.RuntimeException: 'Narrow klass shift: 0' missing from stdout/stderr
	at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:221)
	at CompressedClassPointers.largeHeapAbove32GTest(CompressedClassPointers.java:130)

This seems to be related to the issue discussed here https://bugs.openjdk.org/browse/JDK-8283249
Comments
Changeset: 6f85a9c9 Author: Matthias Baesken <mbaesken@openjdk.org> Date: 2022-12-28 14:22:43 +0000 URL: https://git.openjdk.org/jdk/commit/6f85a9c9a8ea3f76575acb4964cd80219822f073
28-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11795 Date: 2022-12-28 08:45:16 +0000
28-12-2022