8261804: Remove field _processing_is_mt, calculate it instead

Reviewed-by: ayang, kbarrett, tschatzl
This commit is contained in:
Leo Korinth 2021-02-26 20:07:13 +00:00
parent 6800ba465f
commit 03d888f463
5 changed files with 28 additions and 39 deletions

View file

@ -859,7 +859,6 @@ public:
BoolObjectClosure* is_subject_to_discovery,
BoolObjectClosure* is_alive_non_header) :
ReferenceProcessor(is_subject_to_discovery,
ParallelRefProcEnabled && (ParallelGCThreads > 1), // mt processing
ParallelGCThreads, // mt processing degree
true, // mt discovery
ParallelGCThreads, // mt discovery degree