< prev index next >

src/hotspot/share/prims/jvmtiExport.hpp

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

*** 89,98 **** --- 89,99 ---- JVMTI_SUPPORT_FLAG(can_post_method_exit) JVMTI_SUPPORT_FLAG(can_pop_frame) JVMTI_SUPPORT_FLAG(can_force_early_return) JVMTI_SUPPORT_FLAG(early_vmstart_recorded) + JVMTI_SUPPORT_FLAG(can_get_owned_monitor_info) friend class JvmtiEventControllerPrivate; // should only modify these flags JVMTI_SUPPORT_FLAG(should_post_single_step) JVMTI_SUPPORT_FLAG(should_post_field_access) JVMTI_SUPPORT_FLAG(should_post_field_modification)
< prev index next >