comparison src/share/vm/runtime/os.cpp @ 620:bcedf688d882

Merge
author tonyp
date Mon, 09 Mar 2009 11:32:57 -0400
parents 98cb887364d3 c6c601a0f2d6
children 7bb995fbd3c0
comparison
equal deleted inserted replaced
614:3db67f76d308 620: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 }