2. split compute_generations_free_space() into two functions compute_eden_space_size() & compute_tenured_generation_free_space(), each of which (if needed) can be reused without executing an overhead of the other.
- duplicates
-
JDK-8007764 Wrong initialized value of max_gc_pause_sec for an instance of class AdaptiveSizePolicy
- Resolved
-
JDK-8007763 Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
- Resolved
-
JDK-8007762 Rename a bunch of methods in size policy across collectors
- Resolved
- relates to
-
JDK-8007764 Wrong initialized value of max_gc_pause_sec for an instance of class AdaptiveSizePolicy
- Resolved
-
JDK-8007763 Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
- Resolved
-
JDK-8007762 Rename a bunch of methods in size policy across collectors
- Resolved
-
JDK-7098155 Resize young gen at full collections for UseParallelGC
- Resolved