mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8005972: ParNew should not update the tenuring threshold when promotion failed has occurred
Reviewed-by: ysr, johnc, jwilhelm
This commit is contained in:
parent
a3639fdea1
commit
33b7cd7cae
4 changed files with 11 additions and 15 deletions
|
@ -124,7 +124,9 @@ protected:
|
|||
_should_allocate_from_space = true;
|
||||
}
|
||||
|
||||
protected:
|
||||
// Tenuring
|
||||
void adjust_desired_tenuring_threshold();
|
||||
|
||||
// Spaces
|
||||
EdenSpace* _eden_space;
|
||||
ContiguousSpace* _from_space;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue