Loading... (original) (raw)

In ReferenceProcessor::discover_reference we have this assert:

assert(UseG1GC || UseShenandoahGC,
"Only possible with a concurrent marking collector");

This should not check specific GC, but rather some property. It might be _discovery_is_atomic, but it needs to be verified.