hotspot/src/share/vm/ci/ciMethod.hpp
changeset 17383 3665c0901a0d
parent 17124 d98cfa448934
child 19710 2f8ca425504e
equal deleted inserted replaced
17382:bba473b81ec0 17383:3665c0901a0d
   296   bool has_jsrs       () const;
   296   bool has_jsrs       () const;
   297   bool is_accessor    () const;
   297   bool is_accessor    () const;
   298   bool is_initializer () const;
   298   bool is_initializer () const;
   299   bool can_be_statically_bound() const           { return _can_be_statically_bound; }
   299   bool can_be_statically_bound() const           { return _can_be_statically_bound; }
   300   void dump_replay_data(outputStream* st);
   300   void dump_replay_data(outputStream* st);
       
   301   bool is_boxing_method() const;
       
   302   bool is_unboxing_method() const;
   301 
   303 
   302   // Print the bytecodes of this method.
   304   // Print the bytecodes of this method.
   303   void print_codes_on(outputStream* st);
   305   void print_codes_on(outputStream* st);
   304   void print_codes() {
   306   void print_codes() {
   305     print_codes_on(tty);
   307     print_codes_on(tty);