comparison 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
comparison
equal deleted inserted replaced
6811:1b582b1bf7cb 6831:d8ce2825b193
37 Klass* k = klass(); 37 Klass* k = klass();
38 if (!k->oop_is_typeArray()) { 38 if (!k->oop_is_typeArray()) {
39 // It might contain oops beyond the header, so take the virtual call. 39 // It might contain oops beyond the header, so take the virtual call.
40 k->oop_push_contents(pm, this); 40 k->oop_push_contents(pm, this);
41 } 41 }
42 // Else skip it. The typeArrayKlass in the header never needs scavenging. 42 // Else skip it. The TypeArrayKlass in the header never needs scavenging.
43 } 43 }
44 44
45 #endif // SHARE_VM_OOPS_OOP_PSGC_INLINE_HPP 45 #endif // SHARE_VM_OOPS_OOP_PSGC_INLINE_HPP