< prev index next >

src/share/vm/prims/forte.cpp

Print this page
rev 12310 : [mq]: gcinterface.patch

*** 544,554 **** if (!JvmtiExport::should_post_class_load()) { trace->num_frames = ticks_no_class_load; // -1 return; } ! if (Universe::heap()->is_gc_active()) { trace->num_frames = ticks_GC_active; // -2 return; } switch (thread->thread_state()) { --- 544,554 ---- if (!JvmtiExport::should_post_class_load()) { trace->num_frames = ticks_no_class_load; // -1 return; } ! if (GC::gc()->heap()->is_gc_active()) { trace->num_frames = ticks_GC_active; // -2 return; } switch (thread->thread_state()) {
< prev index next >