diff src/share/vm/memory/sharedHeap.hpp @ 20258:64ac9c55d666

8034764: Use process_strong_roots to adjust the StringTable Reviewed-by: tschatzl, brutisso
author stefank
date Fri, 14 Feb 2014 09:29:56 +0100
parents 7426d8d76305
children 30c99d8e0f02
line wrap: on
line diff
--- a/src/share/vm/memory/sharedHeap.hpp	Thu Feb 13 17:44:39 2014 +0100
+++ b/src/share/vm/memory/sharedHeap.hpp	Fri Feb 14 09:29:56 2014 +0100
@@ -240,8 +240,7 @@
                             OopClosure* roots,
                             KlassClosure* klass_closure);
 
-  // Apply "root_closure" to all the weak roots of the system.
-  // These include JNI weak roots and string table.
+  // Apply "root_closure" to the JNI weak roots..
   void process_weak_roots(OopClosure* root_closure);
 
   // The functions below are helper functions that a subclass of