mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -347,10 +347,6 @@ class ParNewGeneration: public DefNewGeneration {
|
|||
bool survivor_overflow() { return _survivor_overflow; }
|
||||
void set_survivor_overflow(bool v) { _survivor_overflow = v; }
|
||||
|
||||
// Adjust the tenuring threshold. See the implementation for
|
||||
// the details of the policy.
|
||||
virtual void adjust_desired_tenuring_threshold();
|
||||
|
||||
public:
|
||||
ParNewGeneration(ReservedSpace rs, size_t initial_byte_size, int level);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue