- 19 5月, 2015 1 次提交
-
-
由 azakharov 提交于
8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before Summary: added WhiteBox methods to count regions and exact aux data sizes Reviewed-by: jwilhelm, brutisso
-
- 23 4月, 2015 1 次提交
-
-
由 jwilhelm 提交于
Reviewed-by: tschatzl, jwilhelm
-
- 29 9月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Check that native memory is returned to the system when decommiting memory within the heap with G1. Reviewed-by: tschatzl, jwilhelm Contributed-by: NAndrey Zakharov <andrey.x.zakharov@oracle.com>
-
- 19 3月, 2014 1 次提交
-
-
由 pliden 提交于
Summary: Implementation of JEP 192, http://openjdk.java.net/jeps/192 Reviewed-by: brutisso, tschatzl, coleenp
-
- 21 7月, 2014 2 次提交
-
-
由 tschatzl 提交于
Summary: When G1 is run with -XX:-G1DeferredRSUpdate, the VM crashes because of wrong initialization order of member variables. The change makes the initalization explicit, not relying on initialization order any more. Reviewed-by: brutisso, mgerdin
-
由 tschatzl 提交于
Summary: Extract the G1ParScanThreadState class from G1CollectedHeap.?pp into its own files. Reviewed-by: brutisso, mgerdin
-