src/hotspot/share/prims/jvmtiExport.hpp
changeset 58512 5185bc8dcbb1
parent 58376 d10b732966ba
child 58679 9c3209ff7550
equal deleted inserted replaced
58511:eb68d459ba6a 58512:5185bc8dcbb1
    89   JVMTI_SUPPORT_FLAG(can_post_method_exit)
    89   JVMTI_SUPPORT_FLAG(can_post_method_exit)
    90   JVMTI_SUPPORT_FLAG(can_pop_frame)
    90   JVMTI_SUPPORT_FLAG(can_pop_frame)
    91   JVMTI_SUPPORT_FLAG(can_force_early_return)
    91   JVMTI_SUPPORT_FLAG(can_force_early_return)
    92 
    92 
    93   JVMTI_SUPPORT_FLAG(early_vmstart_recorded)
    93   JVMTI_SUPPORT_FLAG(early_vmstart_recorded)
       
    94   JVMTI_SUPPORT_FLAG(can_get_owned_monitor_info) // includes can_get_owned_monitor_stack_depth_info
    94 
    95 
    95   friend class JvmtiEventControllerPrivate;  // should only modify these flags
    96   friend class JvmtiEventControllerPrivate;  // should only modify these flags
    96   JVMTI_SUPPORT_FLAG(should_post_single_step)
    97   JVMTI_SUPPORT_FLAG(should_post_single_step)
    97   JVMTI_SUPPORT_FLAG(should_post_field_access)
    98   JVMTI_SUPPORT_FLAG(should_post_field_access)
    98   JVMTI_SUPPORT_FLAG(should_post_field_modification)
    99   JVMTI_SUPPORT_FLAG(should_post_field_modification)