mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-15 08:03:50 +00:00
8283558: Parallel: Pass PSIsAliveClosure to ReferenceProcessor constructor
Reviewed-by: tschatzl, kbarrett
This commit is contained in:
parent
66f1da1885
commit
7f125373a7
@ -758,7 +758,7 @@ void PSScavenge::initialize() {
|
||||
ParallelGCThreads, // mt processing degree
|
||||
ParallelGCThreads, // mt discovery degree
|
||||
false, // concurrent_discovery
|
||||
NULL); // header provides liveness info
|
||||
&_is_alive_closure); // header provides liveness info
|
||||
|
||||
// Cache the cardtable
|
||||
_card_table = heap->card_table();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user