< prev index next >

src/hotspot/share/ci/ciEnv.hpp

Print this page

        

@@ -66,10 +66,11 @@
 
   char* _name_buffer;
   int   _name_buffer_len;
 
   // Cache Jvmti state
+  int   _jvmti_redefinition_count;
   bool  _jvmti_can_hotswap_or_post_breakpoint;
   bool  _jvmti_can_access_local_variables;
   bool  _jvmti_can_post_on_exceptions;
   bool  _jvmti_can_pop_frame;
 
< prev index next >