Skip to content

Commit 9b436d0

Browse files
committed
8333674: Disable CollectorPolicy.young_min_ergo_vm for PPC64
Reviewed-by: mbaesken, zgu
1 parent 487c477 commit 9b436d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/hotspot/gtest/gc/shared/test_collectorPolicy.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,15 @@ class TestGenCollectorPolicy {
214214

215215
// If NewSize has been ergonomically set, the collector policy
216216
// should use it for min
217+
// This test doesn't work with 64k pages. See JDK-8331675.
218+
#if !defined(PPC)
217219
TEST_VM(CollectorPolicy, young_min_ergo) {
218220
TestGenCollectorPolicy::SetNewSizeErgo setter(20 * M);
219221
TestGenCollectorPolicy::CheckYoungMin checker(20 * M);
220222

221223
TestGenCollectorPolicy::TestWrapper::test(&setter, &checker);
222224
}
225+
#endif
223226

224227
// If NewSize has been ergonomically set, the collector policy
225228
// should use it for min but calculate the initial young size

0 commit comments

Comments
 (0)