mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8000351: Tenuring threshold should be unsigned
Change the flags and variables related to tenuring threshold to be unsigned Reviewed-by: jmasa, johnc
This commit is contained in:
parent
88ab075a6d
commit
3506d44c57
22 changed files with 55 additions and 55 deletions
|
@ -327,7 +327,7 @@ class oopDesc {
|
|||
oop forwardee() const;
|
||||
|
||||
// Age of object during scavenge
|
||||
int age() const;
|
||||
uint age() const;
|
||||
void incr_age();
|
||||
|
||||
// Adjust all pointers in this object to point at it's forwarded location and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue