hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp
changeset 2141 e9a644aaff87
parent 1388 3677f5f3d66b
child 5348 5141d36180d5
equal deleted inserted replaced
2124:6222ebfe4292 2141:e9a644aaff87
   119     ch->collect_as_vm_thread(GCCause::_heap_inspection);
   119     ch->collect_as_vm_thread(GCCause::_heap_inspection);
   120   } else {
   120   } else {
   121     // make the heap parsable (no need to retire TLABs)
   121     // make the heap parsable (no need to retire TLABs)
   122     ch->ensure_parsability(false);
   122     ch->ensure_parsability(false);
   123   }
   123   }
   124   HeapInspection::heap_inspection(_out);
   124   HeapInspection::heap_inspection(_out, _need_prologue /* need_prologue */);
   125 }
   125 }
   126 
   126 
   127 
   127 
   128 void VM_GenCollectForAllocation::doit() {
   128 void VM_GenCollectForAllocation::doit() {
   129   JvmtiGCForAllocationMarker jgcm;
   129   JvmtiGCForAllocationMarker jgcm;