Loading... (original) (raw)
If the ClassLoaderData is unloading, the oops in the ClassLoaderData like _class_loader and the ones in _handles should not be loaded because they will not be valid for concurrent GCs like ZGC.
For concurrent GCs like ZGC, the _class_loader oop should be read with the OopHandle resolve barrier also.