src/share/vm/memory/sharedHeap.hpp

Print this page

        

*** 238,249 **** void process_strong_roots(bool activate_scope, ScanningOption so, OopClosure* roots, KlassClosure* klass_closure); ! // Apply "root_closure" to all the weak roots of the system. ! // These include JNI weak roots and string table. void process_weak_roots(OopClosure* root_closure); // The functions below are helper functions that a subclass of // "SharedHeap" can use in the implementation of its virtual // functions. --- 238,248 ---- void process_strong_roots(bool activate_scope, ScanningOption so, OopClosure* roots, KlassClosure* klass_closure); ! // 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 // "SharedHeap" can use in the implementation of its virtual // functions.