mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
Reviewed-by: coleenp, sspitsyn, ehelin
This commit is contained in:
parent
544a7f1e6d
commit
95d24c7361
2 changed files with 10 additions and 1 deletions
|
@ -66,6 +66,7 @@ class ClassLoaderDataGraph : public AllStatic {
|
|||
static ClassLoaderData* _unloading;
|
||||
// CMS support.
|
||||
static ClassLoaderData* _saved_head;
|
||||
static ClassLoaderData* _saved_unloading;
|
||||
static bool _should_purge;
|
||||
|
||||
static ClassLoaderData* add(Handle class_loader, bool anonymous, TRAPS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue