RFR: JDK-8299387: CompressedClassPointers.java still fails on ppc with 'Narrow klass shift: 0' missing
Martin Doerr
mdoerr at openjdk.org
Wed Dec 28 10:45:51 UTC 2022
On Wed, 28 Dec 2022 08:45:16 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> After https://bugs.openjdk.org/browse/JDK-8283249 there seems to remain one place in the CompressedClassPointers.java test where we still sometimes run into Narrow klass shift: 3 (instead of 0) on ppc64. So the test should we relaxed in the same way we do it for aarch64 .
LGTM.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11795
More information about the hotspot-runtime-dev
mailing list