diff src/share/vm/classfile/classLoaderData.cpp @ 10183:868d87ed63c8

8008966: NPG: Inefficient Metaspace counter functions cause large young GC regressions Reviewed-by: mgerdin, coleenp
author jmasa
date Tue, 12 Feb 2013 14:15:45 -0800
parents 1cb4795305b9
children 9d75bcd7c890
line wrap: on
line diff
--- a/src/share/vm/classfile/classLoaderData.cpp	Thu Apr 18 10:09:23 2013 -0700
+++ b/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 {