mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192 Reviewed-by: brutisso, tschatzl, coleenp
This commit is contained in:
parent
1e1ad7f132
commit
4a4c0fce93
32 changed files with 2915 additions and 17 deletions
|
@ -2246,6 +2246,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