< prev index next >

src/hotspot/share/services/threadService.cpp

Print this page
rev 59864 : imported patch 8249192-stackwalking-patch

*** 584,593 **** --- 584,594 ---- _bci = jvf->bci(); _class_holder = _method->method_holder()->klass_holder(); _locked_monitors = NULL; if (with_lock_info) { ResourceMark rm; + HandleMark hm; GrowableArray<MonitorInfo*>* list = jvf->locked_monitors(); int length = list->length(); if (length > 0) { _locked_monitors = new (ResourceObj::C_HEAP, mtInternal) GrowableArray<oop>(length, true); for (int i = 0; i < length; i++) {
< prev index next >