src/share/vm/ci/ciMethod.hpp

changeset 6217
849eb7bfceac
parent 5991
b2ee5dc63353
child 6723
0bf37f737702
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Wed Jan 08 12:05:19 2014 +0100
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Wed Jan 08 10:25:50 2014 -0800
     1.3 @@ -310,10 +310,13 @@
     1.4    bool is_accessor    () const;
     1.5    bool is_initializer () const;
     1.6    bool can_be_statically_bound() const           { return _can_be_statically_bound; }
     1.7 -  void dump_replay_data(outputStream* st);
     1.8    bool is_boxing_method() const;
     1.9    bool is_unboxing_method() const;
    1.10  
    1.11 +  // Replay data methods
    1.12 +  void dump_name_as_ascii(outputStream* st);
    1.13 +  void dump_replay_data(outputStream* st);
    1.14 +
    1.15    // Print the bytecodes of this method.
    1.16    void print_codes_on(outputStream* st);
    1.17    void print_codes() {

mercurial