diff src/share/vm/oops/oop.psgc.inline.hpp @ 6831:d8ce2825b193

8000213: NPG: Should have renamed arrayKlass and typeArrayKlass Summary: Capitalize these metadata types (and objArrayKlass) Reviewed-by: stefank, twisti, kvn
author coleenp
date Sat, 29 Sep 2012 06:40:00 -0400
parents da91efe96a93
children db9981fd3124
line wrap: on
line diff
--- a/src/share/vm/oops/oop.psgc.inline.hpp	Fri Sep 28 14:36:20 2012 -0700
+++ b/src/share/vm/oops/oop.psgc.inline.hpp	Sat Sep 29 06:40:00 2012 -0400
@@ -39,7 +39,7 @@
     // It might contain oops beyond the header, so take the virtual call.
     k->oop_push_contents(pm, this);
   }
-  // Else skip it.  The typeArrayKlass in the header never needs scavenging.
+  // Else skip it.  The TypeArrayKlass in the header never needs scavenging.
 }
 
 #endif // SHARE_VM_OOPS_OOP_PSGC_INLINE_HPP