Skip to content

Commit 4fdcf0e

Browse files
author
Satyen Subramaniam
committed
8367372: Test test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java fails on 32 bit systems
Backport-of: 0f535aeb0ae2f7015300889a0ee9efbf10a15896
1 parent 1ae053f commit 4fdcf0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,7 @@
2626
/* @test TestObjectAlignmentCardSize.java
2727
* @summary Test to check correct handling of ObjectAlignmentInBytes and GCCardSizeInBytes combinations
2828
* @requires vm.gc != "Z"
29+
* @requires vm.bits == "64"
2930
* @library /test/lib
3031
* @modules java.base/jdk.internal.misc
3132
* @run driver gc.TestObjectAlignmentCardSize

0 commit comments

Comments
 (0)