src/share/vm/runtime/vframe_hp.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/vframe_hp.cpp	Mon Oct 31 17:47:11 2016
--- new/src/share/vm/runtime/vframe_hp.cpp	Mon Oct 31 17:47:11 2016

*** 196,206 **** --- 196,206 ---- GrowableArray<MonitorInfo*>* compiledVFrame::monitors() const { // Natives has no scope if (scope() == NULL) { CompiledMethod* nm = code(); Method* method = nm->method(); ! assert(method->is_native() || nm->is_aot(), "Expect a native method or precompiled method"); if (!method->is_synchronized()) { return new GrowableArray<MonitorInfo*>(0); } // This monitor is really only needed for UseBiasedLocking, but // return it in all cases for now as it might be useful for stack

src/share/vm/runtime/vframe_hp.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File