src/hotspot/share/ci/ciEnv.hpp
changeset 58358 d658f4379c63
parent 55635 0fb70c9118ce
child 58512 5185bc8dcbb1
equal deleted inserted replaced
58356:feff88c68082 58358:d658f4379c63
    66 
    66 
    67   char* _name_buffer;
    67   char* _name_buffer;
    68   int   _name_buffer_len;
    68   int   _name_buffer_len;
    69 
    69 
    70   // Cache Jvmti state
    70   // Cache Jvmti state
       
    71   uint64_t _jvmti_redefinition_count;
    71   bool  _jvmti_can_hotswap_or_post_breakpoint;
    72   bool  _jvmti_can_hotswap_or_post_breakpoint;
    72   bool  _jvmti_can_access_local_variables;
    73   bool  _jvmti_can_access_local_variables;
    73   bool  _jvmti_can_post_on_exceptions;
    74   bool  _jvmti_can_post_on_exceptions;
    74   bool  _jvmti_can_pop_frame;
    75   bool  _jvmti_can_pop_frame;
    75 
    76