commit | 7223ed2205419a16271fa4ad7ba057863a5cef9f | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Wed Dec 12 12:00:02 2018 +0100 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Wed Dec 12 12:00:02 2018 +0100 |
tree | eae740c9655e0f36214ea236ff0abf0db63970f0 | |
parent | 597c61458eef0347dee6a053f97aa84b67b62d2e [diff] |
8152724: Sum of eden before GC and current survivor capacity may be larger than heap size Limit the maximum survivor size for a given GC to the remaining number of free regions. Reviewed-by: sjohanss, sangheki