src/hotspot/share/classfile/classLoaderDataGraph.cpp
changeset 53322 8ba5b3c76857
parent 52846 6ed72482de52
child 54355 f226ab0b7f21
--- a/src/hotspot/share/classfile/classLoaderDataGraph.cpp	Tue Aug 28 13:22:57 2018 +0530
+++ b/src/hotspot/share/classfile/classLoaderDataGraph.cpp	Mon Sep 10 16:49:01 2018 -0400
@@ -561,11 +561,6 @@
 
   ClassLoaderData* data = _head;
   while (data != NULL) {
-    // Remove entries in the dictionary of live class loader that have
-    // initiated loading classes in a dead class loader.
-    if (data->dictionary() != NULL) {
-      data->dictionary()->do_unloading();
-    }
     // Walk a ModuleEntry's reads, and a PackageEntry's exports
     // lists to determine if there are modules on those lists that are now
     // dead and should be removed.  A module's life cycle is equivalent