Skip to content

Commit

Permalink
8333674: Disable CollectorPolicy.young_min_ergo_vm for PPC64
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealMDoerr committed Jun 5, 2024
1 parent e19a421 commit c1aa88f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/hotspot/gtest/gc/shared/test_collectorPolicy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,15 @@ class TestGenCollectorPolicy {

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

TestGenCollectorPolicy::TestWrapper::test(&setter, &checker);
}
#endif

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

0 comments on commit c1aa88f

Please sign in to comment.