diff src/share/vm/ci/ciMetadata.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
line wrap: on
line diff
--- a/src/share/vm/ci/ciMetadata.hpp	Sun Nov 18 22:45:43 2012 +0100
+++ b/src/share/vm/ci/ciMetadata.hpp	Mon Nov 19 15:36:13 2012 +0100
@@ -61,6 +61,7 @@
   virtual bool is_array_klass() const       { return false; }
   virtual bool is_obj_array_klass() const   { return false; }
   virtual bool is_type_array_klass() const  { return false; }
+  virtual void dump_replay_data(outputStream* st) { /* do nothing */ }
 
   ciMethod*                as_method() {
     assert(is_method(), "bad cast");