src/hotspot/share/ci/ciEnv.hpp
changeset 58512 5185bc8dcbb1
parent 58358 d658f4379c63
child 58679 9c3209ff7550
--- a/src/hotspot/share/ci/ciEnv.hpp	Wed Oct 09 08:09:12 2019 +0200
+++ b/src/hotspot/share/ci/ciEnv.hpp	Tue Oct 08 15:30:39 2019 +0200
@@ -73,6 +73,7 @@
   bool  _jvmti_can_access_local_variables;
   bool  _jvmti_can_post_on_exceptions;
   bool  _jvmti_can_pop_frame;
+  bool  _jvmti_can_get_owned_monitor_info; // includes can_get_owned_monitor_stack_depth_info
 
   // Cache DTrace flags
   bool  _dtrace_extended_probes;
@@ -347,6 +348,7 @@
   }
   bool  jvmti_can_hotswap_or_post_breakpoint() const { return _jvmti_can_hotswap_or_post_breakpoint; }
   bool  jvmti_can_post_on_exceptions()         const { return _jvmti_can_post_on_exceptions; }
+  bool  jvmti_can_get_owned_monitor_info()     const { return _jvmti_can_get_owned_monitor_info; }
 
   // Cache DTrace flags
   void  cache_dtrace_flags();