mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8139277: Remove ScavengeWithObjectsInToSpace, ParallelOldGCSplitALot, ParallelOldGCSplitInterval, PSAdjustTenuredGenForMinorPause and PSAdjustYoungGenForMajorPause
Reviewed-by: tschatzl, sjohanss
This commit is contained in:
parent
4500c7fac8
commit
65e88c8313
7 changed files with 14 additions and 385 deletions
|
@ -134,10 +134,6 @@ class PSAdaptiveSizePolicy : public AdaptiveSizePolicy {
|
|||
AdaptivePaddedAverage* avg_major_pause() const { return _avg_major_pause; }
|
||||
double gc_minor_pause_goal_sec() const { return _gc_minor_pause_goal_sec; }
|
||||
|
||||
// Change the young generation size to achieve a minor GC pause time goal
|
||||
void adjust_promo_for_minor_pause_time(bool is_full_gc,
|
||||
size_t* desired_promo_size_ptr,
|
||||
size_t* desired_eden_size_ptr);
|
||||
void adjust_eden_for_minor_pause_time(bool is_full_gc,
|
||||
size_t* desired_eden_size_ptr);
|
||||
// Change the generation sizes to achieve a GC pause time goal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue