< prev index next >

src/hotspot/share/prims/jvmtiExport.cpp

Print this page
rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???

*** 1200,1209 **** --- 1200,1210 ---- bool JvmtiExport::_can_post_field_modification = false; bool JvmtiExport::_can_post_method_entry = false; bool JvmtiExport::_can_post_method_exit = false; bool JvmtiExport::_can_pop_frame = false; bool JvmtiExport::_can_force_early_return = false; + bool JvmtiExport::_can_get_owned_monitor_info = false; bool JvmtiExport::_early_vmstart_recorded = false; bool JvmtiExport::_should_post_single_step = false; bool JvmtiExport::_should_post_field_access = false;
< prev index next >