8005972: ParNew should not update the tenuring threshold when promotion failed has occurred

Reviewed-by: ysr, johnc, jwilhelm
This commit is contained in:
Bengt Rutisson 2013-01-14 21:30:45 +01:00
parent a3639fdea1
commit 33b7cd7cae
4 changed files with 11 additions and 15 deletions

View file

@ -124,7 +124,9 @@ protected:
_should_allocate_from_space = true;
}
protected:
// Tenuring
void adjust_desired_tenuring_threshold();
// Spaces
EdenSpace* _eden_space;
ContiguousSpace* _from_space;