hotspot/src/share/vm/ci/ciMethodData.hpp
changeset 14477 95e66ea71f71
parent 13728 882756847a04
child 20695 4f5a5e95090b
--- a/hotspot/src/share/vm/ci/ciMethodData.hpp	Fri Nov 09 08:36:17 2012 -0800
+++ b/hotspot/src/share/vm/ci/ciMethodData.hpp	Mon Nov 12 14:03:53 2012 -0800
@@ -144,6 +144,7 @@
 
 class ciMethodData : public ciMetadata {
   CI_PACKAGE_ACCESS
+  friend class ciReplay;
 
 private:
   // Size in bytes
@@ -320,6 +321,7 @@
   void print();
   void print_data_on(outputStream* st);
 #endif
+  void dump_replay_data(outputStream* out);
 };
 
 #endif // SHARE_VM_CI_CIMETHODDATA_HPP