comparison src/share/vm/prims/jvmtiExport.hpp @ 3939:f6f3bb0ee072

7088955: add C2 IR support to the SA Reviewed-by: kvn
author never
date Sun, 11 Sep 2011 14:48:24 -0700
parents f91db74a6810
children a735aec54ea4
comparison
equal deleted inserted replaced
3938:e6b1331a51d2 3939:f6f3bb0ee072
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;