changeset 25491 | 70fb742e40aa |
parent 25490 | 59f226da8d81 |
child 25492 | d27050bdfb04 |
--- a/hotspot/src/share/vm/classfile/systemDictionary.hpp Mon Jul 07 10:12:40 2014 +0200 +++ b/hotspot/src/share/vm/classfile/systemDictionary.hpp Mon Jul 07 12:37:11 2014 +0200 @@ -330,7 +330,6 @@ // 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; }