hotspot/src/share/vm/prims/jvmtiExport.hpp
changeset 10547 ea4a2ec31ae2
parent 8475 c2b97a27943a
child 12114 9a825a536095
equal deleted inserted replaced
10546:e79347eebbc5 10547:ea4a2ec31ae2
    64 
    64 
    65 
    65 
    66 // This class contains the JVMTI interface for the rest of hotspot.
    66 // This class contains the JVMTI interface for the rest of hotspot.
    67 //
    67 //
    68 class JvmtiExport : public AllStatic {
    68 class JvmtiExport : public AllStatic {
       
    69   friend class VMStructs;
    69  private:
    70  private:
    70   static int         _field_access_count;
    71   static int         _field_access_count;
    71   static int         _field_modification_count;
    72   static int         _field_modification_count;
    72 
    73 
    73   static bool        _can_access_local_variables;
    74   static bool        _can_access_local_variables;