1. 16 4月, 2015 1 次提交
  2. 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
  3. 19 3月, 2015 1 次提交
  4. 24 4月, 2015 1 次提交
  5. 23 4月, 2015 1 次提交
  6. 07 4月, 2015 1 次提交
  7. 14 11月, 2014 1 次提交
  8. 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
  9. 03 9月, 2014 2 次提交
  10. 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
  11. 08 8月, 2014 2 次提交
  12. 31 7月, 2014 2 次提交
  13. 23 7月, 2014 2 次提交
  14. 30 5月, 2014 1 次提交
  15. 18 8月, 2014 1 次提交
  16. 11 9月, 2014 2 次提交
  17. 03 4月, 2014 1 次提交
  18. 15 10月, 2014 1 次提交
  19. 29 9月, 2014 1 次提交
  20. 24 3月, 2014 4 次提交
  21. 19 3月, 2014 1 次提交
  22. 20 1月, 2014 1 次提交
    • T
      8027476: Improve performance of Stringtable unlink · 6dd06c68
      tschatzl 提交于
      8027455: Improve symbol table scan times during gc pauses
      Summary: Parallelize string table and symbol table scan during remark and full GC. Some additional statistics output if the experimental flag G1TraceStringSymbolTableScrubbing is set.
      Reviewed-by: mgerdin, coleenp, brutisso
      6dd06c68
  23. 12 5月, 2014 1 次提交
  24. 21 7月, 2014 3 次提交
  25. 25 12月, 2013 1 次提交
  26. 07 11月, 2013 1 次提交
  27. 15 10月, 2013 1 次提交
  28. 30 9月, 2013 1 次提交
    • T
      8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails... · 92c402f0
      tschatzl 提交于
      8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails when G1ConcRefinementThreads > ParallelGCThreads
      Summary: The initialization for the remembered set summary data structures used the wrong thread count, i.e. number of worker threads instead of number of refinement threads.
      Reviewed-by: brutisso
      92c402f0
  29. 26 9月, 2013 1 次提交
  30. 24 7月, 2013 1 次提交