Loading... (original) (raw)

Uploaded image for project: 'JDK'

  1. JDK
  2. JDK-8199612

Replace remaining uses of G1BarrierSet::enqueue() with appropriate Access API calls

There are still a few places where G1BarrierSet::enqueue() is explicitely called to keep an object alive. This should be replaced with the appropriate Access API calls to make it GC independent.