mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8339300: CollectorPolicy.young_scaled_initial_ergo_vm gtest fails on ppc64 based platforms
Reviewed-by: mdoerr, lucy
This commit is contained in:
@@ -67,7 +67,7 @@ class TestGenCollectorPolicy {
|
||||
MinHeapSize = 40 * M;
|
||||
FLAG_SET_ERGO(InitialHeapSize, 100 * M);
|
||||
FLAG_SET_ERGO(NewSize, 1 * M);
|
||||
FLAG_SET_ERGO(MaxNewSize, 40 * M);
|
||||
FLAG_SET_ERGO(MaxNewSize, 50 * M);
|
||||
|
||||
ASSERT_NO_FATAL_FAILURE(setter1->execute());
|
||||
|
||||
@@ -196,7 +196,7 @@ TEST_OTHER_VM(CollectorPolicy, young_cmd) {
|
||||
|
||||
// If NewSize is set on command line, but is larger than the min
|
||||
// heap size, it should only be used for initial young size.
|
||||
TestGenCollectorPolicy::SetNewSizeCmd setter_large(40 * M);
|
||||
TestGenCollectorPolicy::CheckYoungInitial checker_large(40 * M);
|
||||
TestGenCollectorPolicy::SetNewSizeCmd setter_large(50 * M);
|
||||
TestGenCollectorPolicy::CheckYoungInitial checker_large(50 * M);
|
||||
TestGenCollectorPolicy::TestWrapper::test(&setter_large, &checker_large);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user