hotspot/src/share/vm/classfile/classLoaderData.cpp
changeset 17109 90e6c31bbbe4
parent 17107 46fc21b30a1e
child 17110 a8f03d38bde5
--- a/hotspot/src/share/vm/classfile/classLoaderData.cpp	Thu Apr 18 10:09:23 2013 -0700
+++ b/hotspot/src/share/vm/classfile/classLoaderData.cpp	Tue Feb 12 14:15:45 2013 -0800
@@ -672,6 +672,8 @@
     dead->unload();
     data = data->next();
     // Remove from loader list.
+    // This class loader data will no longer be found
+    // in the ClassLoaderDataGraph.
     if (prev != NULL) {
       prev->set_next(data);
     } else {