diff 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
line wrap: on
line diff
--- a/src/share/vm/ci/ciMethod.hpp	Mon May 06 19:49:23 2013 -0700
+++ b/src/share/vm/ci/ciMethod.hpp	Wed May 08 15:08:01 2013 -0700
@@ -298,6 +298,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);