< prev index next >

src/share/vm/gc_implementation/g1/g1MarkSweep.hpp

Print this page
rev 7621 : 8068037: Remove dead code in G1CollectedHeap

*** 44,56 **** // // Class unloading will only occur when a full gc is invoked. class G1PrepareCompactClosure; class G1MarkSweep : AllStatic { - friend class VM_G1MarkSweep; - friend class Scavenge; - public: static void invoke_at_safepoint(ReferenceProcessor* rp, bool clear_all_softrefs); --- 44,53 ----
< prev index next >