hotspot/src/share/vm/ci/ciObject.hpp
changeset 14477 95e66ea71f71
parent 13929 8da0dc50a6e4
--- a/hotspot/src/share/vm/ci/ciObject.hpp	Fri Nov 09 08:36:17 2012 -0800
+++ b/hotspot/src/share/vm/ci/ciObject.hpp	Mon Nov 12 14:03:53 2012 -0800
@@ -131,6 +131,7 @@
   // Is this a type or value which has no associated class?
   // It is true of primitive types and null objects.
   virtual bool is_classless() const         { return false; }
+  virtual void dump_replay_data(outputStream* st) { /* do nothing */ }
 
   // Note: some ciObjects refer to oops which have yet to be created.
   // We refer to these as "unloaded".  Specifically, there are