src/share/vm/oops/oop.pcgc.inline.hpp

changeset 4142
d8ce2825b193
parent 4037
da91efe96a93
child 4542
db9981fd3124
     1.1 --- a/src/share/vm/oops/oop.pcgc.inline.hpp	Fri Sep 28 14:36:20 2012 -0700
     1.2 +++ b/src/share/vm/oops/oop.pcgc.inline.hpp	Sat Sep 29 06:40:00 2012 -0400
     1.3 @@ -44,7 +44,7 @@
     1.4      // It might contain oops beyond the header, so take the virtual call.
     1.5      new_klass->oop_update_pointers(cm, this);
     1.6    }
     1.7 -  // Else skip it.  The typeArrayKlass in the header never needs scavenging.
     1.8 +  // Else skip it.  The TypeArrayKlass in the header never needs scavenging.
     1.9  }
    1.10  
    1.11  inline void oopDesc::follow_contents(ParCompactionManager* cm) {

mercurial