-
Enhancement
-
Resolution: Fixed
-
P3
-
hs25
-
team
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8015043 | 8 | Tao Mao | P3 | Resolved | Fixed | b91 |
JDK-8014714 | hs25 | Tao Mao | P3 | Resolved | Fixed | b33 |
split up compute_generation_free_space() into two functions:
compute_eden_space_size() + compute_old_gen_free_space()
each of which (if needed) can be reused without executing an overhead of the other.
compute_eden_space_size() + compute_old_gen_free_space()
each of which (if needed) can be reused without executing an overhead of the other.
- backported by
-
JDK-8014714 Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
- Resolved
-
JDK-8015043 Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
- Resolved
- duplicates
-
JDK-8007053 Refactor SizePolicy code for consistency across collectors
- Closed
- relates to
-
JDK-7098155 Resize young gen at full collections for UseParallelGC
- Resolved
-
JDK-8007053 Refactor SizePolicy code for consistency across collectors
- Closed