diff src/share/vm/ci/ciInstanceKlass.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 e522a00b91aa bd7a7ce2e264
children 836a62f43af9
line wrap: on
line diff
--- a/src/share/vm/ci/ciInstanceKlass.hpp	Sun Nov 18 22:45:43 2012 +0100
+++ b/src/share/vm/ci/ciInstanceKlass.hpp	Mon Nov 19 15:36:13 2012 +0100
@@ -230,6 +230,9 @@
   // What kind of ciObject is this?
   bool is_instance_klass() const { return true; }
   bool is_java_klass() const     { return true; }
+
+  // Dump the current state of this klass for compilation replay.
+  virtual void dump_replay_data(outputStream* out);
 };
 
 #endif // SHARE_VM_CI_CIINSTANCEKLASS_HPP