mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
Merge
This commit is contained in:
commit
386f42f40c
84 changed files with 5725 additions and 1394 deletions
|
@ -2247,6 +2247,8 @@ bool Arguments::check_vm_args_consistency() {
|
|||
"G1ConcRSHotCardLimit");
|
||||
status = status && verify_interval(G1ConcRSLogCacheSize, 0, 31,
|
||||
"G1ConcRSLogCacheSize");
|
||||
status = status && verify_interval(StringDeduplicationAgeThreshold, 1, markOopDesc::max_age,
|
||||
"StringDeduplicationAgeThreshold");
|
||||
}
|
||||
if (UseConcMarkSweepGC) {
|
||||
status = status && verify_min_value(CMSOldPLABNumRefills, 1, "CMSOldPLABNumRefills");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue