mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-21 19:08:31 +00:00
8322089: Parallel: Remove PSAdaptiveSizePolicy::set_survivor_size
Reviewed-by: tschatzl
This commit is contained in:
parent
10335f60f9
commit
febf8af4b5
@ -173,9 +173,6 @@ class PSAdaptiveSizePolicy : public AdaptiveSizePolicy {
|
||||
void set_promo_size(size_t new_size) {
|
||||
_promo_size = new_size;
|
||||
}
|
||||
void set_survivor_size(size_t new_size) {
|
||||
_survivor_size = new_size;
|
||||
}
|
||||
|
||||
// Update estimators
|
||||
void update_minor_pause_old_estimator(double minor_pause_in_ms);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user