src/share/vm/classfile/systemDictionary.hpp

changeset 6992
2c6ef90f030a
parent 6626
9428a0b94204
child 7089
6e0cb14ce59b
equal deleted inserted replaced
6991:882004b9e7e1 6992:2c6ef90f030a
333 333
334 static int calculate_systemdictionary_size(int loadedclasses); 334 static int calculate_systemdictionary_size(int loadedclasses);
335 335
336 // Applies "f->do_oop" to all root oops in the system dictionary. 336 // Applies "f->do_oop" to all root oops in the system dictionary.
337 static void oops_do(OopClosure* f); 337 static void oops_do(OopClosure* f);
338 static void roots_oops_do(OopClosure* strong, OopClosure* weak);
338 339
339 // System loader lock 340 // System loader lock
340 static oop system_loader_lock() { return _system_loader_lock_obj; } 341 static oop system_loader_lock() { return _system_loader_lock_obj; }
341 342
342 private: 343 private:

mercurial