src/share/vm/oops/oop.hpp

changeset 4129
22b8d3d181d9
parent 4037
da91efe96a93
child 4542
db9981fd3124
equal deleted inserted replaced
4128:f81a7c0c618d 4129:22b8d3d181d9
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();

mercurial