JDK 18 |
---|
18 b16Fixed |
Relates :
|
Currently enqueuing during reference processing executes the write barrier. Some collectors (G1) are not in a state that the write barrier will execute correctly. This causes extra unnecessary work. Add an API to have collector specific enqueue() calls.
|