mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8261804: Remove field _processing_is_mt, calculate it instead
Reviewed-by: ayang, kbarrett, tschatzl
This commit is contained in:
parent
6800ba465f
commit
03d888f463
5 changed files with 28 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue