1. 23 7月, 2014 1 次提交
  2. 06 8月, 2014 1 次提交
  3. 04 8月, 2014 1 次提交
  4. 20 5月, 2014 1 次提交
  5. 12 5月, 2014 1 次提交
  6. 21 7月, 2014 3 次提交
  7. 13 6月, 2014 1 次提交
  8. 30 5月, 2014 1 次提交
  9. 07 7月, 2014 1 次提交
  10. 19 6月, 2014 1 次提交
  11. 03 4月, 2014 1 次提交
  12. 31 1月, 2014 1 次提交
  13. 24 3月, 2014 4 次提交
  14. 20 3月, 2014 1 次提交
  15. 19 3月, 2014 1 次提交
  16. 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
  17. 25 12月, 2013 1 次提交
  18. 01 4月, 2014 1 次提交
    • M
      7090324: gclog rotation via external tool · fc659ce5
      minqi 提交于
      Summary: GC log rotation can be set via java command line, but customer sometime need to sync with OS level rotation setting.
      Reviewed-by: sla, minqi, ehelin
      Contributed-by: suenaga.yasumasa@lab.ntt.co.jp
      fc659ce5
  19. 07 11月, 2013 1 次提交
  20. 02 11月, 2013 1 次提交
  21. 28 10月, 2013 1 次提交
  22. 21 10月, 2013 1 次提交
  23. 15 10月, 2013 2 次提交
  24. 14 10月, 2013 1 次提交
  25. 02 10月, 2013 1 次提交
  26. 30 9月, 2013 2 次提交
  27. 26 9月, 2013 1 次提交
  28. 18 9月, 2013 2 次提交
  29. 17 9月, 2013 1 次提交
  30. 16 9月, 2013 1 次提交
  31. 14 9月, 2013 1 次提交
  32. 11 9月, 2013 1 次提交
    • T
      8010722: assert: failed: heap size is too big for compressed oops · 95a96a89
      tschatzl 提交于
      Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation.
      Reviewed-by: stefank, dholmes
      95a96a89