< prev index next >

src/hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.cpp

Print this page
rev 60137 : 8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents
Reviewed-by: mdoerr, goetz

*** 333,343 **** if (rcl.complete()) { return true; } ! GrowableArray<jvmtiDeferredLocalVariableSet*>* const list = jt->deferred_locals(); if (list != NULL) { for (int i = 0; i < list->length(); i++) { list->at(i)->oops_do(&rcl); } } --- 333,343 ---- if (rcl.complete()) { return true; } ! GrowableArray<jvmtiDeferredLocalVariableSet*>* const list = JvmtiDeferredUpdates::deferred_locals(jt); if (list != NULL) { for (int i = 0; i < list->length(); i++) { list->at(i)->oops_do(&rcl); } }
< prev index next >