src/share/vm/prims/jvmtiExport.hpp

Print this page
rev 1130 : cleanup the calculation of JavaThread-specific should_post_on_exceptions flag in jvmtiEventController

@@ -91,10 +91,11 @@
   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)