1. 23 4月, 2015 1 次提交
  2. 07 4月, 2015 1 次提交
  3. 19 3月, 2015 1 次提交
  4. 14 11月, 2014 1 次提交
  5. 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
  6. 03 9月, 2014 2 次提交
  7. 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
  8. 08 8月, 2014 2 次提交
  9. 31 7月, 2014 2 次提交
  10. 23 7月, 2014 2 次提交
  11. 30 5月, 2014 1 次提交
  12. 18 8月, 2014 1 次提交
  13. 11 9月, 2014 2 次提交
  14. 03 4月, 2014 1 次提交
  15. 15 10月, 2014 1 次提交
  16. 29 9月, 2014 1 次提交
  17. 24 3月, 2014 4 次提交
  18. 19 3月, 2014 1 次提交
  19. 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
  20. 12 5月, 2014 1 次提交
  21. 21 7月, 2014 3 次提交
  22. 25 12月, 2013 1 次提交
  23. 07 11月, 2013 1 次提交
  24. 15 10月, 2013 1 次提交
  25. 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
  26. 26 9月, 2013 1 次提交
  27. 24 7月, 2013 1 次提交
  28. 28 5月, 2013 1 次提交
    • T
      8013895: G1: G1SummarizeRSetStats output on Linux needs improvemen · 1c4e2ca8
      tschatzl 提交于
      Summary: Fixed the output of G1SummarizeRSetStats: too small datatype for the number of concurrently processed cards, added concurrent remembered set thread time retrieval for Linux and Windows (BSD uses os::elapsedTime() now), and other cleanup. The information presented during VM operation is now relative to the previous output, not always cumulative if G1SummarizeRSetStatsPeriod > 0. At VM exit, the code prints a cumulative summary.
      Reviewed-by: johnc, jwilhelm
      1c4e2ca8
  29. 17 5月, 2013 1 次提交
  30. 16 5月, 2013 1 次提交