File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
test/hotspot/gtest/gc/shared Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments