diff src/share/vm/ci/ciMethod.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 183bd5c00828
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/ci/ciMethod.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/ci/ciMethod.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -310,13 +310,10 @@
   bool is_accessor    () const;
   bool is_initializer () const;
   bool can_be_statically_bound() const           { return _can_be_statically_bound; }
+  void dump_replay_data(outputStream* st);
   bool is_boxing_method() const;
   bool is_unboxing_method() const;
 
-  // Replay data methods
-  void dump_name_as_ascii(outputStream* st);
-  void dump_replay_data(outputStream* st);
-
   // Print the bytecodes of this method.
   void print_codes_on(outputStream* st);
   void print_codes() {