< prev index next >

src/hotspot/share/prims/jvmtiExport.hpp

Print this page
*** 93,10 ***
--- 93,11 ---
    JVMTI_SUPPORT_FLAG(can_post_method_exit)
    JVMTI_SUPPORT_FLAG(can_post_frame_pop)
    JVMTI_SUPPORT_FLAG(can_pop_frame)
    JVMTI_SUPPORT_FLAG(can_force_early_return)
    JVMTI_SUPPORT_FLAG(can_support_virtual_threads)
+   JVMTI_SUPPORT_FLAG(can_support_value_objects)
  
    JVMTI_SUPPORT_FLAG(early_vmstart_recorded)
    JVMTI_SUPPORT_FLAG(can_get_owned_monitor_info) // includes can_get_owned_monitor_stack_depth_info
  
    friend class JvmtiEventControllerPrivate;  // should only modify these flags
< prev index next >