- 01 8月, 2019 1 次提交
-
-
由 kbarrett 提交于
Summary: Fixed recognition of unnecessary GCLocker collections. Reviewed-by: pliden, tschatzl Contributed-by: johnc@azul.com
-
- 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 1 次提交
-
-
由 poonam 提交于
8076995: gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr Reviewed-by: jmasa, drwhite
-
- 20 11月, 2014 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: sla, stefank
-
- 12 11月, 2014 1 次提交
-
-
由 kbarrett 提交于
8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes Summary: Suppress gc_alot during VM init, improve error for SLT uninitialized. Reviewed-by: jmasa, brutisso, tschatzl
-
- 09 10月, 2014 2 次提交
- 14 11月, 2014 1 次提交
-
-
由 sfriberg 提交于
Reviewed-by: brutisso, tschatzl
-
- 05 8月, 2014 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: brutisso, tschatzl
-
- 18 12月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Factor out pretouch code of the various virtual space management classes and use them everywhere including in G1. Reviewed-by: stefank, ehelin, dholmes
-
- 15 6月, 2018 1 次提交
-
-
由 kevinw 提交于
8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier" Summary: Need to add a space between macro identifier and string literal Reviewed-by: bpittore, stefank, dholmes, kbarrett
-
- 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
-
- 02 3月, 2015 1 次提交
-
-
由 mlarsson 提交于
Reviewed-by: ehelin, jwilhelm
-
- 09 4月, 2015 2 次提交
- 06 8月, 2014 1 次提交
-
-
由 stefank 提交于
Summary: Added -XX:+/-ClassUnloadingWithConcurrentMark Reviewed-by: jmasa, brutisso, mgerdin
-
- 11 7月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: brutisso, tschatzl, ehelin, jmasa, dfazunen
-
- 07 7月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov Contributed-by: stefan.karlsson@oracle.com, mikael.gerdin@oracle.com
-
- 23 5月, 2014 1 次提交
-
-
由 drchase 提交于
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
-
- 14 2月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: tschatzl, mgerdin, jmasa
-
- 13 2月, 2014 1 次提交
-
-
由 sjohanss 提交于
Summary: Preventing GCs to occur before VM is completely initialized. This was previously partly done by one part of the GC locker which not was removed. Reviewed-by: coleenp, pliden
-
- 26 3月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: jmasa, stefank
-
- 26 2月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Revert JDK-6976350 because it does not improve PLAB fragmentation. To the contrary, it tends to increase the amount of wasted space with many threads. Reviewed-by: brutisso
-
- 21 3月, 2014 2 次提交
- 19 3月, 2014 1 次提交
-
-
由 pliden 提交于
Summary: Implementation of JEP 192, http://openjdk.java.net/jeps/192 Reviewed-by: brutisso, tschatzl, coleenp
-
- 27 1月, 2014 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, stefank, jmasa
-
- 21 7月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: G1 does not retire allocation buffers after reference processing work when -XX:+ParallelRefProcEnabled is enabled. This causes wrong calculation of PLAB sizes, as the amount of space wasted is not updated correctly. Reviewed-by: brutisso
-
- 11 4月, 2014 1 次提交
-
-
由 pliden 提交于
Reviewed-by: brutisso, tschatzl, mgerdin
-
- 19 6月, 2014 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: jwilhelm, ehelin, tschatzl
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 26 11月, 2013 1 次提交
-
-
由 sjohanss 提交于
Summary: Reduced the number of calls to follow_class_loader and instead marked and pushed the klass holder directly. Also removed unneeded calls to adjust_klass. Reviewed-by: coleenp, jmasa, mgerdin, tschatzl
-
- 23 11月, 2013 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: dholmes, egahlin
-
- 17 10月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: jcoomes, tamao, tschatzl, stefank
-
- 07 10月, 2013 1 次提交
-
-
由 stefank 提交于
Reviewed-by: brutisso, jmasa, coleenp
-
- 11 9月, 2013 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: coleenp, twisti
-
- 30 8月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: declare all user-defined operator new()s within Hotspot code with the empty throw() exception specification Reviewed-by: coleenp, twisti, dholmes, hseigel, dcubed, kvn, ccheung Contributed-by: lois.foltan@oracle.com
-
- 22 8月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: mgerdin, stefank
-
- 14 8月, 2013 1 次提交
-
-
由 ehelin 提交于
8020598: ObjectCountEventSender::send needs INCLUDE_TRACE guards when building OpenJDK with INCLUDE_TRACE=0 Reviewed-by: stefank, brutisso, sjohanss
-
- 12 6月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: mgerdin, stefank
-