src/share/vm/ci/ciObject.hpp

changeset 4267
bd7a7ce2e264
parent 4133
f6b0eb4e44cf
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/ci/ciObject.hpp	Fri Nov 09 08:36:17 2012 -0800
     1.2 +++ b/src/share/vm/ci/ciObject.hpp	Mon Nov 12 14:03:53 2012 -0800
     1.3 @@ -131,6 +131,7 @@
     1.4    // Is this a type or value which has no associated class?
     1.5    // It is true of primitive types and null objects.
     1.6    virtual bool is_classless() const         { return false; }
     1.7 +  virtual void dump_replay_data(outputStream* st) { /* do nothing */ }
     1.8  
     1.9    // Note: some ciObjects refer to oops which have yet to be created.
    1.10    // We refer to these as "unloaded".  Specifically, there are

mercurial