RFR: JDK-8299387: CompressedClassPointers.java still fails on ppc with 'Narrow klass shift: 0' missing
Matthias Baesken
mbaesken at openjdk.org
Wed Dec 28 11:15:46 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 .
Hi Martin, thanks for the review. Can we consider this test fix as trivial and push with one review ?
-------------
PR: https://git.openjdk.org/jdk/pull/11795
More information about the hotspot-runtime-dev
mailing list