Searched refs:JVMTI_SUPPORT_FLAG (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.hpp49 #define JVMTI_SUPPORT_FLAG(key) \ macro
70 JVMTI_SUPPORT_FLAG(can_get_source_debug_extension)
71 JVMTI_SUPPORT_FLAG(can_maintain_original_method_order)
72 JVMTI_SUPPORT_FLAG(can_post_interpreter_events)
73 JVMTI_SUPPORT_FLAG(can_post_on_exceptions)
74 JVMTI_SUPPORT_FLAG(can_post_breakpoint)
75 JVMTI_SUPPORT_FLAG(can_post_field_access)
76 JVMTI_SUPPORT_FLAG(can_post_field_modification)
77 JVMTI_SUPPORT_FLAG(can_post_method_entry)
78 JVMTI_SUPPORT_FLAG(can_post_method_exi
[all...]

Completed in 175 milliseconds