comparison src/share/vm/classfile/systemDictionary.hpp @ 20278:2c6ef90f030a

8049421: G1 Class Unloading after completing a concurrent mark cycle Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov Contributed-by: stefan.karlsson@oracle.com, mikael.gerdin@oracle.com
author stefank
date Mon, 07 Jul 2014 10:12:40 +0200
parents 9428a0b94204
children 6e0cb14ce59b
comparison
equal deleted inserted replaced
20277:882004b9e7e1 20278: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: