hotspot/src/share/vm/oops/constantPool.hpp
changeset 13952 e3cf184080bc
parent 13736 5b15a8f57979
child 13961 aeaa21c167d1
--- a/hotspot/src/share/vm/oops/constantPool.hpp	Fri Sep 28 14:36:20 2012 -0700
+++ b/hotspot/src/share/vm/oops/constantPool.hpp	Sat Sep 29 06:40:00 2012 -0400
@@ -468,7 +468,7 @@
     assert(tag_at(which).is_string(), "Corrupted constant pool");
     // Must do an acquire here in case another thread resolved the klass
     // behind our back, lest we later load stale values thru the oop.
-    // we might want a volatile_obj_at in objArrayKlass.
+    // we might want a volatile_obj_at in ObjArrayKlass.
     int obj_index = cp_to_object_index(which);
     return resolved_references()->obj_at(obj_index);
   }