mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8367372: Test test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java fails on 32 bit systems
Reviewed-by: stefank, tschatzl, mli
This commit is contained in:
parent
e0ad4a6696
commit
0f535aeb0a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user