src/share/vm/memory/sharedHeap.hpp

changeset 5011
a08c80e9e1e5
parent 4037
da91efe96a93
child 5369
71180a6e5080
equal deleted inserted replaced
5010:d391427ddc29 5011:a08c80e9e1e5
247 247
248 // Apply "blk" to all the weak roots of the system. These include 248 // Apply "blk" to all the weak roots of the system. These include
249 // JNI weak roots, the code cache, system dictionary, symbol table, 249 // JNI weak roots, the code cache, system dictionary, symbol table,
250 // string table. 250 // string table.
251 void process_weak_roots(OopClosure* root_closure, 251 void process_weak_roots(OopClosure* root_closure,
252 CodeBlobClosure* code_roots, 252 CodeBlobClosure* code_roots);
253 OopClosure* non_root_closure);
254 253
255 // The functions below are helper functions that a subclass of 254 // The functions below are helper functions that a subclass of
256 // "SharedHeap" can use in the implementation of its virtual 255 // "SharedHeap" can use in the implementation of its virtual
257 // functions. 256 // functions.
258 257

mercurial