comparison src/share/vm/prims/jvmtiExport.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents f6f3bb0ee072
children a735aec54ea4
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
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;