comparison src/share/vm/ci/ciMethod.hpp @ 14521:29ccc4cbabca

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 12 Mar 2014 13:30:08 +0100
parents 183bd5c00828
children 4ca6dc0799b6 0bf37f737702
comparison
equal deleted inserted replaced
14520:f84115370178 14521:29ccc4cbabca
308 bool has_loops () const; 308 bool has_loops () const;
309 bool has_jsrs () const; 309 bool has_jsrs () const;
310 bool is_accessor () const; 310 bool is_accessor () const;
311 bool is_initializer () const; 311 bool is_initializer () const;
312 bool can_be_statically_bound() const { return _can_be_statically_bound; } 312 bool can_be_statically_bound() const { return _can_be_statically_bound; }
313 void dump_replay_data(outputStream* st);
314 bool is_boxing_method() const; 313 bool is_boxing_method() const;
315 bool is_unboxing_method() const; 314 bool is_unboxing_method() const;
315
316 // Replay data methods
317 void dump_name_as_ascii(outputStream* st);
318 void dump_replay_data(outputStream* st);
316 319
317 // Print the bytecodes of this method. 320 // Print the bytecodes of this method.
318 void print_codes_on(outputStream* st); 321 void print_codes_on(outputStream* st);
319 void print_codes() { 322 void print_codes() {
320 print_codes_on(tty); 323 print_codes_on(tty);