mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-04 20:18:49 +00:00
8245196: ZGC: No need to disable UseBiasedLocking by default
Reviewed-by: tschatzl, kbarrett
This commit is contained in:
parent
cc3a8595a4
commit
ce6aadbd2f
@ -52,11 +52,6 @@ void ZArguments::initialize() {
|
||||
FLAG_SET_DEFAULT(UseNUMA, true);
|
||||
}
|
||||
|
||||
// Disable biased locking by default
|
||||
if (FLAG_IS_DEFAULT(UseBiasedLocking)) {
|
||||
FLAG_SET_DEFAULT(UseBiasedLocking, false);
|
||||
}
|
||||
|
||||
// Select number of parallel threads
|
||||
if (FLAG_IS_DEFAULT(ParallelGCThreads)) {
|
||||
FLAG_SET_DEFAULT(ParallelGCThreads, ZHeuristics::nparallel_workers());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user