diff src/share/vm/ci/ciInstanceKlass.hpp @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents 2cb439954abf 6f3fd5150b67
children 096c224171c4
line wrap: on
line diff
--- a/src/share/vm/ci/ciInstanceKlass.hpp	Tue Jun 18 14:23:29 2013 -0700
+++ b/src/share/vm/ci/ciInstanceKlass.hpp	Wed Jun 19 10:45:56 2013 +0200
@@ -217,10 +217,14 @@
   ciInstanceKlass* implementor();
 
   // Is the defining class loader of this class the default loader?
-  bool uses_default_loader();
+  bool uses_default_loader() const;
 
   bool is_java_lang_Object() const;
 
+  BasicType box_klass_type() const;
+  bool is_box_klass() const;
+  bool is_boxed_value_offset(int offset) const;
+
   // Is this klass in the given package?
   bool is_in_package(const char* packagename) {
     return is_in_package(packagename, (int) strlen(packagename));