Integrated: JDK-8299387: CompressedClassPointers.java still fails on ppc with 'Narrow klass shift: 0' missing

Matthias Baesken mbaesken at openjdk.org
Wed Dec 28 14:25:54 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 .

This pull request has now been integrated.

Changeset: 6f85a9c9
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6f85a9c9a8ea3f76575acb4964cd80219822f073
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8299387: CompressedClassPointers.java still fails on ppc with 'Narrow klass shift: 0' missing

Reviewed-by: mdoerr

-------------

PR: https://git.openjdk.org/jdk/pull/11795


More information about the hotspot-runtime-dev mailing list