src/share/vm/runtime/os.cpp

changeset 1055
bcedf688d882
parent 1040
98cb887364d3
parent 1050
c6c601a0f2d6
child 1063
7bb995fbd3c0
equal deleted inserted replaced
1049:3db67f76d308 1055:bcedf688d882
205 VMThread::execute(&jni_op); 205 VMThread::execute(&jni_op);
206 VM_FindDeadlocks op1(tty); 206 VM_FindDeadlocks op1(tty);
207 VMThread::execute(&op1); 207 VMThread::execute(&op1);
208 Universe::print_heap_at_SIGBREAK(); 208 Universe::print_heap_at_SIGBREAK();
209 if (PrintClassHistogram) { 209 if (PrintClassHistogram) {
210 VM_GC_HeapInspection op1(gclog_or_tty, true /* force full GC before heap inspection */); 210 VM_GC_HeapInspection op1(gclog_or_tty, true /* force full GC before heap inspection */,
211 true /* need_prologue */);
211 VMThread::execute(&op1); 212 VMThread::execute(&op1);
212 } 213 }
213 if (JvmtiExport::should_post_data_dump()) { 214 if (JvmtiExport::should_post_data_dump()) {
214 JvmtiExport::post_data_dump(); 215 JvmtiExport::post_data_dump();
215 } 216 }

mercurial