-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b22
PSScavenge::should_attempt_scavenge contains the logic whether a young/full GC should be started.
Currently, the criteria used include whether to-space is empty, and young-gc is likely to fail due to too small free space in old-gen.
Add another condition based on OS free-memory so that the recorded gc-pause-time doesn't include extra OS-time and young-gen resizing uses accurate data.
Currently, the criteria used include whether to-space is empty, and young-gc is likely to fail due to too small free space in old-gen.
Add another condition based on OS free-memory so that the recorded gc-pause-time doesn't include extra OS-time and young-gen resizing uses accurate data.
- links to
-
Commit(master)
openjdk/jdk/91e1dcb1
-
Review(master)
openjdk/jdk/27068