1. 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
  2. 31 1月, 2014 1 次提交
  3. 24 3月, 2014 4 次提交
  4. 20 3月, 2014 1 次提交
  5. 19 3月, 2014 1 次提交
  6. 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
  7. 25 12月, 2013 1 次提交
  8. 07 11月, 2013 1 次提交
  9. 02 11月, 2013 1 次提交
  10. 28 10月, 2013 1 次提交
  11. 21 10月, 2013 1 次提交
  12. 15 10月, 2013 2 次提交
  13. 14 10月, 2013 1 次提交
  14. 02 10月, 2013 1 次提交
  15. 30 9月, 2013 2 次提交
  16. 26 9月, 2013 1 次提交
  17. 18 9月, 2013 2 次提交
  18. 17 9月, 2013 1 次提交
  19. 16 9月, 2013 1 次提交
  20. 14 9月, 2013 1 次提交
  21. 11 9月, 2013 2 次提交
  22. 05 9月, 2013 1 次提交
  23. 12 8月, 2013 1 次提交
  24. 07 8月, 2013 1 次提交
  25. 01 8月, 2013 2 次提交
  26. 24 7月, 2013 1 次提交
  27. 29 6月, 2013 1 次提交
    • T
      8017611: Auto corrector for mistyped vm options · 81592497
      tamao 提交于
      Summary: The auto corrector for mistyped vm options fuzzy-matches existing flags based on string similarity (Dice's coefficient).
      Reviewed-by: kvn, dsamersoff, hseigel, johnc
      81592497
  28. 26 6月, 2013 2 次提交
  29. 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
  30. 17 5月, 2013 2 次提交
    • T
      8014765: VM exits if MaxTenuringThreshold is set below the default... · 65c687b0
      tschatzl 提交于
      8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set
      Summary: The VM exits when the condition in the subject line applies. The fix sets InitialTenuringThreshold to MaxTenuringThreshold if it is larger than MaxTenuringThreshold and InitialTenuringThreshold has not been set (is default).
      Reviewed-by: jwilhelm, jmasa, brutisso, johnc
      65c687b0
    • J
      8010738: G1: Output for full GCs with +PrintGCDetails should contain perm gen... · 20c2e53d
      johnc 提交于
      8010738: G1: Output for full GCs with +PrintGCDetails should contain perm gen size/meta data change info
      Summary: Include metaspace information (used, allocated, reserved) in the PrintGCDetails output for full GCs.
      Reviewed-by: poonam, jmasa, brutisso
      20c2e53d