hotspot/src/share/vm/oops/oop.psgc.inline.hpp
changeset 13952 e3cf184080bc
parent 13728 882756847a04
child 15482 470d0b0c09f1
equal deleted inserted replaced
13918:b01a48301e67 13952:e3cf184080bc
    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