comparison src/share/vm/oops/methodDataOop.hpp @ 5062:5e9f38419819

Adjust C++ part according to the renaming.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 08 Mar 2012 19:24:41 +0100
parents 8e6db1a5c537
children 422c979ff392
comparison
equal deleted inserted replaced
5061:e808627bd16f 5062:5e9f38419819
1192 friend class ProfileData; 1192 friend class ProfileData;
1193 1193
1194 // Back pointer to the methodOop 1194 // Back pointer to the methodOop
1195 methodOop _method; 1195 methodOop _method;
1196 1196
1197 // com/oracle/max/graal/hotspot/HotSpotProfilingInfo mirroring this method 1197 // com/oracle/graal/hotspot/HotSpotProfilingInfo mirroring this method
1198 oop _graal_mirror; 1198 oop _graal_mirror;
1199 1199
1200 // Size of this oop in bytes 1200 // Size of this oop in bytes
1201 int _size; 1201 int _size;
1202 1202