Description
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.
For concurrent GCs like ZGC, the _class_loader oop should be read with the OopHandle resolve barrier also.
Attachments
Issue Links
- relates to
-
JDK-8201537 Remove is_alive closure from Klass::is_loader_alive()
- Resolved
-
JDK-8200555 OopHandle should use Access API
- Resolved
-
JDK-8324514 ClassLoaderData::print_on should print address of class loader
- Resolved