Skip to content

Commit a4b4925

Browse files
committed
8331675: gtest CollectorPolicy.young_min_ergo_vm fails after 8272364
Reviewed-by: ayang, mdoerr Backport-of: badf1cb
1 parent 86fcbe0 commit a4b4925

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -212,18 +212,6 @@ class TestGenCollectorPolicy {
212212
// depends on so many other configurable variables. These tests only try to
213213
// verify that there are some basic rules for NewSize honored by the policies.
214214

215-
// If NewSize has been ergonomically set, the collector policy
216-
// should use it for min
217-
// This test doesn't work with 64k pages. See JDK-8331675.
218-
#if !defined(PPC)
219-
TEST_VM(CollectorPolicy, young_min_ergo) {
220-
TestGenCollectorPolicy::SetNewSizeErgo setter(20 * M);
221-
TestGenCollectorPolicy::CheckYoungMin checker(20 * M);
222-
223-
TestGenCollectorPolicy::TestWrapper::test(&setter, &checker);
224-
}
225-
#endif
226-
227215
// If NewSize has been ergonomically set, the collector policy
228216
// should use it for min but calculate the initial young size
229217
// using NewRatio.

0 commit comments

Comments
 (0)