8367372: Test test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java fails on 32 bit systems

Reviewed-by: stefank, tschatzl, mli
This commit is contained in:
Satyen Subramaniam 2025-09-12 08:30:20 +00:00 committed by Hamlin Li
parent e0ad4a6696
commit 0f535aeb0a

View File

@ -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