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:
Markus Grönlund 2014-06-27 13:33:36 +02:00
parent 544a7f1e6d
commit 95d24c7361
2 changed files with 10 additions and 1 deletions

View file

@ -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);