comparison src/share/vm/oops/oop.hpp @ 6818:22b8d3d181d9

8000351: Tenuring threshold should be unsigned Summary: Change the flags and variables related to tenuring threshold to be unsigned Reviewed-by: jmasa, johnc
author jwilhelm
date Wed, 03 Oct 2012 20:31:41 +0200
parents da91efe96a93
children db9981fd3124
comparison
equal deleted inserted replaced
6817:f81a7c0c618d 6818: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();