From 0f535aeb0ae2f7015300889a0ee9efbf10a15896 Mon Sep 17 00:00:00 2001 From: Satyen Subramaniam Date: Fri, 12 Sep 2025 08:30:20 +0000 Subject: [PATCH] 8367372: Test `test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java` fails on 32 bit systems Reviewed-by: stefank, tschatzl, mli --- test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java b/test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java index 5fb46a87b51..7abded3673e 100644 --- a/test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java +++ b/test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -26,6 +26,7 @@ package gc; /* @test TestObjectAlignmentCardSize.java * @summary Test to check correct handling of ObjectAlignmentInBytes and GCCardSizeInBytes combinations * @requires vm.gc != "Z" + * @requires vm.bits == "64" * @library /test/lib * @modules java.base/jdk.internal.misc * @run driver gc.TestObjectAlignmentCardSize