src/share/vm/oops/constantPool.hpp

changeset 4142
d8ce2825b193
parent 4045
fa6e618671d7
child 4151
6e5a59a8e4a7
     1.1 --- a/src/share/vm/oops/constantPool.hpp	Fri Sep 28 14:36:20 2012 -0700
     1.2 +++ b/src/share/vm/oops/constantPool.hpp	Sat Sep 29 06:40:00 2012 -0400
     1.3 @@ -468,7 +468,7 @@
     1.4      assert(tag_at(which).is_string(), "Corrupted constant pool");
     1.5      // Must do an acquire here in case another thread resolved the klass
     1.6      // behind our back, lest we later load stale values thru the oop.
     1.7 -    // we might want a volatile_obj_at in objArrayKlass.
     1.8 +    // we might want a volatile_obj_at in ObjArrayKlass.
     1.9      int obj_index = cp_to_object_index(which);
    1.10      return resolved_references()->obj_at(obj_index);
    1.11    }

mercurial