src/share/vm/prims/jvmtiExport.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7088955 Cdiff src/share/vm/prims/jvmtiExport.hpp

src/share/vm/prims/jvmtiExport.hpp

Print this page

        

*** 64,73 **** --- 64,74 ---- // This class contains the JVMTI interface for the rest of hotspot. // class JvmtiExport : public AllStatic { + friend class VMStructs; private: static int _field_access_count; static int _field_modification_count; static bool _can_access_local_variables;
src/share/vm/prims/jvmtiExport.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File