hotspot/src/share/vm/oops/klass.hpp
changeset 17370 59a0620561fa
parent 15928 f9d5c6e4107f
child 17373 7d8bb2a8787e
--- a/hotspot/src/share/vm/oops/klass.hpp	Wed May 08 21:06:46 2013 -0400
+++ b/hotspot/src/share/vm/oops/klass.hpp	Fri May 10 08:27:30 2013 -0700
@@ -395,7 +395,7 @@
   virtual klassVtable* vtable() const        { return NULL; }
 
   // subclass check
-  bool is_subclass_of(Klass* k) const;
+  bool is_subclass_of(const Klass* k) const;
   // subtype check: true if is_subclass_of, or if k is interface and receiver implements it
   bool is_subtype_of(Klass* k) const {
     juint    off = k->super_check_offset();