hotspot/src/share/vm/oops/constantPool.hpp
changeset 13961 aeaa21c167d1
parent 13929 8da0dc50a6e4
parent 13952 e3cf184080bc
child 14391 df0a1573d5bd
--- a/hotspot/src/share/vm/oops/constantPool.hpp	Fri Oct 05 13:37:08 2012 -0700
+++ b/hotspot/src/share/vm/oops/constantPool.hpp	Tue Oct 09 07:41:27 2012 +0200
@@ -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);
   }