src/share/vm/prims/jvmtiExport.hpp

Print this page
rev 1178 : merge with cd37471eaecc from http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot

*** 64,74 **** static bool _can_walk_any_space; JVMTI_SUPPORT_FLAG(can_get_source_debug_extension) JVMTI_SUPPORT_FLAG(can_maintain_original_method_order) JVMTI_SUPPORT_FLAG(can_post_interpreter_events) ! JVMTI_SUPPORT_FLAG(can_post_exceptions) JVMTI_SUPPORT_FLAG(can_post_breakpoint) JVMTI_SUPPORT_FLAG(can_post_field_access) JVMTI_SUPPORT_FLAG(can_post_field_modification) JVMTI_SUPPORT_FLAG(can_post_method_entry) JVMTI_SUPPORT_FLAG(can_post_method_exit) --- 64,74 ---- static bool _can_walk_any_space; JVMTI_SUPPORT_FLAG(can_get_source_debug_extension) JVMTI_SUPPORT_FLAG(can_maintain_original_method_order) JVMTI_SUPPORT_FLAG(can_post_interpreter_events) ! JVMTI_SUPPORT_FLAG(can_post_on_exceptions) JVMTI_SUPPORT_FLAG(can_post_breakpoint) JVMTI_SUPPORT_FLAG(can_post_field_access) JVMTI_SUPPORT_FLAG(can_post_field_modification) JVMTI_SUPPORT_FLAG(can_post_method_entry) JVMTI_SUPPORT_FLAG(can_post_method_exit)
*** 91,100 **** --- 91,101 ---- JVMTI_SUPPORT_FLAG(should_post_monitor_wait) JVMTI_SUPPORT_FLAG(should_post_monitor_waited) JVMTI_SUPPORT_FLAG(should_post_data_dump) JVMTI_SUPPORT_FLAG(should_post_garbage_collection_start) JVMTI_SUPPORT_FLAG(should_post_garbage_collection_finish) + JVMTI_SUPPORT_FLAG(should_post_on_exceptions) // ------ the below maybe don't have to be (but are for now) // fixed conditions here ------------ // any events can be enabled JVMTI_SUPPORT_FLAG(should_post_thread_life)