-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 19
-
Component/s: hotspot
-
b16
The same closure is also used in `ParallelScavengeRefProcProxyTask`. Passing this closure to the constructor means that we can skip a non-strong reference promptly when its referent is live, instead of filtering them out in a later stage.