- 26 11月, 2019 1 次提交
-
-
由 sjohanss 提交于
8156028: G1YoungGenSizer _adaptive_size not correct when setting NewSize and MaxNewSize to the same value Reviewed-by: jmasa, sangheki, drwhite, phh Contributed-by: maoliang.ml@alibaba-inc.com
-
- 01 8月, 2019 1 次提交
-
-
由 kbarrett 提交于
Summary: Fixed recognition of unnecessary GCLocker collections. Reviewed-by: pliden, tschatzl Contributed-by: johnc@azul.com
-
- 05 9月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: mgerdin, tschatzl
-
- 19 6月, 2019 1 次提交
-
-
由 aph 提交于
Reviewed-by: kbarrett, tschatzl
-
- 16 4月, 2019 1 次提交
-
-
由 cvarming 提交于
Summary: Speed up ParNew collections by pruning the list of scavengable nmethods. Reviewed-by: jmasa, tonyp, twisti
-
- 20 7月, 2018 1 次提交
-
-
由 fmatte 提交于
Reviewed-by: tschatzl
-
- 11 7月, 2018 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes
-
- 27 6月, 2018 1 次提交
-
-
由 kevinw 提交于
8204872: [8u] VS2017: more instances of "error C3680: cannot concatenate user-defined string literals with mismatched literal suffix identifiers" Reviewed-by: dholmes
-
- 16 12月, 2016 3 次提交
-
-
由 tschatzl 提交于
Summary: Use the initial active processor count for memory initialization instead of the current active one. Reviewed-by: dholmes, mgerdin
-
由 tschatzl 提交于
Summary: Use the initial active processor count for memory initialization instead of the current active one. Reviewed-by: dholmes, mgerdin
-
由 tschatzl 提交于
Summary: Use the initial active processor count for memory initialization instead of the current active one. Reviewed-by: dholmes, mgerdin
-
- 02 12月, 2016 1 次提交
-
-
由 simonis 提交于
Reviewed-by: simonis, tschatzl, mgerdin, dlong Contributed-by: gunter.haug@sap.com
-
- 06 10月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Putting a comma after the year in GPL header. Reviewed-by: dholmes, tschatzl
-
- 05 10月, 2018 1 次提交
-
-
由 poonam 提交于
Reviewed-by: tschatzl, sjohanss
-
- 26 9月, 2018 1 次提交
-
-
由 dbuck 提交于
Summary: Fix memory overuse in g1CodeCacheRemset Reviewed-by: tschatzl
-
- 02 8月, 2018 1 次提交
-
-
由 kevinw 提交于
Summary: Add os::vsnprintf and os::snprintf. Reviewed-by: kbarrett, lfoltan, stuefe, mlarsson
-
- 01 9月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full. Reviewed-by: jmasa, ehelin, sjohanss
-
- 30 6月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: pliden, tschatzl
-
- 01 9月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full. Reviewed-by: jmasa, ehelin, sjohanss
-
- 17 5月, 2016 1 次提交
-
-
由 dbuck 提交于
Summary: Typo error referring new_acitve_workers is corrected as new_active_workers Reviewed-by: jmasa, drwhite Contributed-by: fairoz.matte@oracle.com
-
- 05 4月, 2016 2 次提交
- 15 3月, 2016 1 次提交
-
-
由 stefank 提交于
Reviewed-by: tschatzl, mgerdin, kbarrett, drwhite
-
- 11 3月, 2016 1 次提交
-
-
由 aeriksso 提交于
Summary: Adding missing check for valid oop. Reviewed-by: dcubed Contributed-by: NShafi Ahmad <shafi.s.ahmad@oracle.com>
-
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 02 2月, 2016 1 次提交
-
-
由 poonam 提交于
Summary: Implement remembered sets verification for G1 with option VerifyRememberedSets Reviewed-by: jmasa, mgerdin
-
- 21 1月, 2016 1 次提交
-
-
由 tschatzl 提交于
Summary: Do not make reused PRTs available to other threads before the bitmap of the PRT has been cleared. Reviewed-by: tbenson, mgerdin, brutisso Contributed-by: NPoonam Bajaj <poonam.bajaj@oracle.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
-
- 20 1月, 2016 1 次提交
-
-
由 dbuck 提交于
8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure> Summary: The crash was caused by a faulty eager humongous reclaim. The reason for reclaiming a live object was that the call to cleanupHRRS was done after dirtying cards and clearing the remembered sets for the humongous object. This could lead to one or many cards being missed. Reviewed-by: tbenson, kbarrett, tschatzl
-
- 12 11月, 2015 1 次提交
-
-
由 stefank 提交于
Reviewed-by: mgerdin, vlivanov
-
- 30 9月, 2015 1 次提交
-
-
由 mgerdin 提交于
Reviewed-by: jwilhelm, jmasa
-
- 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>
-
- 06 7月, 2015 1 次提交
-
-
由 poonam 提交于
Summary: Add SO_AllCodeCache to root scanning options when not unloading classes with a CMS collection cycle Reviewed-by: mgerdin, jwilhelm
-
- 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
-
- 02 5月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Don't assume SATB buffer entries are valid objects Reviewed-by: brutisso, ecaspole
-
- 23 4月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Removed no longer valid checking of SATB buffers Reviewed-by: jmasa, pliden
-
- 18 4月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Apply closure directly, eliminating registration. Reviewed-by: stefank, tschatzl
-
- 16 4月, 2015 2 次提交
- 08 4月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Eliminate _CHECK_BOTH_FINGERS_ and simplify. Reviewed-by: brutisso, tschatzl
-