comparison src/share/vm/ci/ciMethodData.hpp @ 6988:2cb439954abf

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 19 Nov 2012 15:36:13 +0100
parents bd7a7ce2e264
children c775af091fe9
comparison
equal deleted inserted replaced
6963:dd0dd0321e2a 6988:2cb439954abf
142 // This class represents a MethodData* in the HotSpot virtual 142 // This class represents a MethodData* in the HotSpot virtual
143 // machine. 143 // machine.
144 144
145 class ciMethodData : public ciMetadata { 145 class ciMethodData : public ciMetadata {
146 CI_PACKAGE_ACCESS 146 CI_PACKAGE_ACCESS
147 friend class ciReplay;
147 148
148 private: 149 private:
149 // Size in bytes 150 // Size in bytes
150 int _data_size; 151 int _data_size;
151 int _extra_data_size; 152 int _extra_data_size;
318 #ifndef PRODUCT 319 #ifndef PRODUCT
319 // printing support for method data 320 // printing support for method data
320 void print(); 321 void print();
321 void print_data_on(outputStream* st); 322 void print_data_on(outputStream* st);
322 #endif 323 #endif
324 void dump_replay_data(outputStream* out);
323 }; 325 };
324 326
325 #endif // SHARE_VM_CI_CIMETHODDATA_HPP 327 #endif // SHARE_VM_CI_CIMETHODDATA_HPP