changeset 25492 | d27050bdfb04 |
parent 25491 | 70fb742e40aa |
child 26135 | 82b516c550f7 |
--- a/hotspot/src/share/vm/classfile/systemDictionary.hpp Mon Jul 07 12:37:11 2014 +0200 +++ b/hotspot/src/share/vm/classfile/systemDictionary.hpp Mon Jul 07 10:12:40 2014 +0200 @@ -330,6 +330,7 @@ // Applies "f->do_oop" to all root oops in the system dictionary. static void oops_do(OopClosure* f); + static void roots_oops_do(OopClosure* strong, OopClosure* weak); // System loader lock static oop system_loader_lock() { return _system_loader_lock_obj; }