1. 01 8月, 2019 1 次提交
  2. 20 7月, 2018 1 次提交
  3. 23 2月, 2018 2 次提交
  4. 29 4月, 2017 2 次提交
  5. 06 10月, 2016 1 次提交
  6. 05 4月, 2016 1 次提交
  7. 29 3月, 2016 1 次提交
  8. 12 2月, 2016 1 次提交
  9. 02 12月, 2015 1 次提交
  10. 25 6月, 2015 1 次提交
  11. 19 5月, 2015 1 次提交
    • A
      8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with... · 04db9dcd
      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
      04db9dcd
  12. 16 4月, 2015 1 次提交
  13. 19 3月, 2015 1 次提交
  14. 24 4月, 2015 1 次提交
  15. 23 4月, 2015 1 次提交
  16. 07 4月, 2015 1 次提交
  17. 07 1月, 2015 1 次提交
    • T
      8048179: Early reclaim of large objects that are referenced by a few objects · dd0f649b
      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
      dd0f649b
  18. 15 12月, 2014 1 次提交
  19. 26 11月, 2014 1 次提交
  20. 14 11月, 2014 1 次提交
  21. 08 11月, 2014 1 次提交
  22. 30 9月, 2014 1 次提交
    • T
      8052172: Evacuation failure handling in G1 does not evacuate all objects if... · 45b1c7cf
      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
      45b1c7cf
  23. 27 9月, 2014 1 次提交
  24. 15 12月, 2014 1 次提交
  25. 26 11月, 2014 1 次提交
  26. 16 9月, 2014 1 次提交
  27. 19 2月, 2016 1 次提交
  28. 17 2月, 2016 1 次提交
  29. 12 2月, 2016 1 次提交
  30. 03 9月, 2014 2 次提交
  31. 26 8月, 2014 1 次提交
  32. 10 10月, 2014 1 次提交
    • T
      8058801: G1TraceReclaimDeadHumongousObjectsAtYoungGC only prints humongous... · a4f92823
      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
      a4f92823
  33. 13 6月, 2014 1 次提交
  34. 08 8月, 2014 2 次提交
  35. 31 7月, 2014 2 次提交