comparison src/share/vm/ci/ciMethod.hpp @ 10278:6f3fd5150b67

6934604: enable parts of EliminateAutoBox by default Summary: Resurrected autobox elimination code and enabled part of it by default. Reviewed-by: roland, twisti
author kvn
date Wed, 08 May 2013 15:08:01 -0700
parents 247342108a11
children f98f5d48f511
comparison
equal deleted inserted replaced
10277:aabf54ccedb1 10278:6f3fd5150b67
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);