src/share/vm/oops/constantPool.hpp

changeset 5097
92ef81e2f571
parent 4984
c115fac239eb
child 5732
b2e698d2276c
child 5753
7c29904fdfa2
     1.1 --- a/src/share/vm/oops/constantPool.hpp	Wed May 08 21:06:46 2013 -0400
     1.2 +++ b/src/share/vm/oops/constantPool.hpp	Fri May 10 08:27:30 2013 -0700
     1.3 @@ -354,7 +354,7 @@
     1.4  
     1.5    Symbol* klass_name_at(int which);  // Returns the name, w/o resolving.
     1.6  
     1.7 -  Klass* resolved_klass_at(int which) {  // Used by Compiler
     1.8 +  Klass* resolved_klass_at(int which) const {  // Used by Compiler
     1.9      guarantee(tag_at(which).is_klass(), "Corrupted constant pool");
    1.10      // Must do an acquire here in case another thread resolved the klass
    1.11      // behind our back, lest we later load stale values thru the oop.

mercurial