hotspot/src/share/vm/oops/oop.hpp
changeset 13925 37f75ba502b1
parent 13728 882756847a04
child 15482 470d0b0c09f1
equal deleted inserted replaced
13924:159131321ed4 13925:37f75ba502b1
   325 #endif // SERIALGC
   325 #endif // SERIALGC
   326 
   326 
   327   oop forwardee() const;
   327   oop forwardee() const;
   328 
   328 
   329   // Age of object during scavenge
   329   // Age of object during scavenge
   330   int age() const;
   330   uint age() const;
   331   void incr_age();
   331   void incr_age();
   332 
   332 
   333   // Adjust all pointers in this object to point at it's forwarded location and
   333   // Adjust all pointers in this object to point at it's forwarded location and
   334   // return the size of this oop.  This is used by the MarkSweep collector.
   334   // return the size of this oop.  This is used by the MarkSweep collector.
   335   int adjust_pointers();
   335   int adjust_pointers();