Searched defs:G1CopyingKeepAliveClosure (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp5200 class G1CopyingKeepAliveClosure: public OopClosure { class in inherits:OopClosure
5207 G1CopyingKeepAliveClosure(G1CollectedHeap* g1h, function in class:G1CopyingKeepAliveClosure
5363 G1CopyingKeepAliveClosure keep_alive(_g1h, copy_non_heap_cl, copy_perm_cl, &pss);
5481 G1CopyingKeepAliveClosure keep_alive(_g1h, copy_non_heap_cl, copy_perm_cl, &pss);
5606 G1CopyingKeepAliveClosure keep_alive(this, copy_non_heap_cl, copy_perm_cl, &pss);

Completed in 66 milliseconds