Searched refs:VM_GenCollectFull (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp42 // VM_GenCollectFull
63 // VM_GenCollectFull
181 class VM_GenCollectFull: public VM_GC_Operation { class in inherits:VM_GC_Operation
185 VM_GenCollectFull(unsigned int gc_count_before, function in class:VM_GenCollectFull
191 ~VM_GenCollectFull() {}
H A DvmGCOperations.cpp192 void VM_GenCollectFull::doit() {
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.hpp47 friend class VM_GenCollectFull;
117 // Callback from VM_GenCollectFull operation.
H A DgenCollectedHeap.cpp845 VM_GenCollectFull op(gc_count_before, full_gc_count_before,

Completed in 37 milliseconds