- 01 8月, 2019 1 次提交
-
-
由 kbarrett 提交于
Summary: Fixed recognition of unnecessary GCLocker collections. Reviewed-by: pliden, tschatzl Contributed-by: johnc@azul.com
-
- 20 7月, 2018 1 次提交
-
-
由 fmatte 提交于
Reviewed-by: tschatzl
-
- 23 2月, 2018 2 次提交
-
-
由 bgopularam 提交于
Reviewed-by: coleenp, sla
-
由 bgopularam 提交于
Reviewed-by: coleenp, sla
-
- 29 4月, 2017 2 次提交
- 06 10月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Putting a comma after the year in GPL header. Reviewed-by: dholmes, tschatzl
-
- 05 4月, 2016 1 次提交
-
-
由 poonam 提交于
8076995: gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr Reviewed-by: jmasa, drwhite
-
- 29 3月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: jmasa, kbarrett, tschatzl
-
- 12 2月, 2016 1 次提交
-
-
由 kshefov 提交于
Reviewed-by: coffeys Contributed-by: NAlexander Vorobyev <alexander.vorobyev@oracle.com>
-
- 02 12月, 2015 1 次提交
-
-
由 kevinw 提交于
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1. Reviewed-by: tschatzl, sjohanss Contributed-by: NLeonid Mesnik <leonid.mesnik@oracle.com>
-
- 25 6月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Fix up GPL headers so that the RE script works. Reviewed-by: stefank, dholmes, coleenp
-
- 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
-
- 16 4月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Prevent eager reclaim of objects that might be on mark stack. Reviewed-by: brutisso, tschatzl
-
- 19 3月, 2015 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, ecaspole
-
- 24 4月, 2015 1 次提交
-
-
由 tschatzl 提交于
Reviewed-by: jmasa, jwilhelm
-
- 23 4月, 2015 1 次提交
-
-
由 jwilhelm 提交于
Reviewed-by: tschatzl, jwilhelm
-
- 07 4月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Allow use of large pages for auxiliary data structures in G1. Clean up existing interfaces. Reviewed-by: jmasa, pliden, stefank
-
- 07 1月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Push the remembered sets of large objects with few referenced into the dirty card queue at the beginning of the evacuation so that they may end up with zero remembered set entries at the end of the collection, and are potentially reclaimed. Also improve timing measurements of the early reclaim mechanism, and shorten flag names. Reviewed-by: brutisso, jmasa, dfazunen
-
- 15 12月, 2014 1 次提交
-
-
由 fzhinkin 提交于
Reviewed-by: jmasa
-
- 26 11月, 2014 1 次提交
-
-
由 fzhinkin 提交于
Reviewed-by: jmasa, dfazunen
-
- 14 11月, 2014 1 次提交
-
-
由 azakharov 提交于
8062957: Heap is not shrunk when deallocating under memory pressure Summary: Added explicit -XX:-ExplicitGCInvokesConcurrent to invocations Reviewed-by: brutisso, tschatzl
-
- 08 11月, 2014 1 次提交
-
-
由 jcoomes 提交于
8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error Reviewed-by: tschatzl, jmasa, kbarrett
-
- 30 9月, 2014 1 次提交
-
-
由 tschatzl 提交于
8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references. Reviewed-by: iveresov, brutisso, mgerdin
-
- 27 9月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: Ergonomics updates flags for number of GC threads Reviewed-by: tschatzl, jwilhelm Contributed-by: sangheon.kim@oracle.com
-
- 15 12月, 2014 1 次提交
-
-
由 fzhinkin 提交于
Reviewed-by: jmasa
-
- 26 11月, 2014 1 次提交
-
-
由 fzhinkin 提交于
Reviewed-by: jmasa, dfazunen
-
- 16 9月, 2014 1 次提交
-
-
由 stefank 提交于
8058475: TestCMSClassUnloadingEnabledHWM.java fails with '.*CMS Initial Mark.*' missing from stdout/stderr Reviewed-by: mgerdin, tschatzl, brutisso
-
- 19 2月, 2016 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: jmasa, tamao
-
- 17 2月, 2016 1 次提交
-
-
由 poonam 提交于
Summary: Add option VerifySubSet to selectively verify the memory sub-systems Reviewed-by: kevinw, jmasa
-
- 12 2月, 2016 1 次提交
-
-
由 kshefov 提交于
Reviewed-by: coffeys Contributed-by: NAlexander Vorobyev <alexander.vorobyev@oracle.com>
-
- 03 9月, 2014 2 次提交
-
-
由 tschatzl 提交于
Summary: Enable shrinking within the heap by removing some code added for JDK-8054818. Enable the test case that checks that again too. Reviewed-by: jwilhelm, jmasa
-
由 jwilhelm 提交于
8037925: CMM Testing: an allocated humongous object at the end of the heap should not prevents shrinking the heap Summary: New test added. Reviewed-by: ehelin, tschatzl, jwilhelm Contributed-by: andrey.x.zakharov@oracle.com
-
- 26 8月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Add missing unit test. Reviewed-by: tschatzl Contributed-by: NLeonid Mesnik <leonid.mesnik@oracle.com>
-
- 10 10月, 2014 1 次提交
-
-
由 tschatzl 提交于
8058801: G1TraceReclaimDeadHumongousObjectsAtYoungGC only prints humongous object liveness output when there is at least one candidate humongous object Summary: If G1TraceReclaimDeadHumongousObjectsAtYoungGC is enabled, always print humongous object liveness output. Reviewed-by: tschatzl Contributed-by: sangheon.kim@oracle.com
-
- 13 6月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: stefank, jmasa
-
- 08 8月, 2014 2 次提交
- 31 7月, 2014 2 次提交
-
-
由 tschatzl 提交于
Summary: Eager reclaim also needs to clear marks of eagerly reclaimed regions if they have already been marked during concurrent mark. Reviewed-by: jmasa
-
由 tschatzl 提交于
Summary: Eager reclaim also needs to clear marks of eagerly reclaimed regions if they have already been marked during concurrent mark. Reviewed-by: jmasa
-