--- old/src/share/vm/ci/ciMethod.hpp 2013-04-30 19:32:04.000000000 -0700 +++ new/src/share/vm/ci/ciMethod.hpp 2013-04-30 19:32:04.000000000 -0700 @@ -299,6 +299,8 @@ 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; // Print the bytecodes of this method. void print_codes_on(outputStream* st);