1. 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
  2. 25 12月, 2013 1 次提交
  3. 07 11月, 2013 1 次提交
  4. 02 11月, 2013 1 次提交
  5. 28 10月, 2013 1 次提交
  6. 21 10月, 2013 1 次提交
  7. 15 10月, 2013 2 次提交
  8. 14 10月, 2013 1 次提交
  9. 02 10月, 2013 1 次提交
  10. 30 9月, 2013 2 次提交
  11. 26 9月, 2013 1 次提交
  12. 18 9月, 2013 2 次提交
  13. 17 9月, 2013 1 次提交
  14. 16 9月, 2013 1 次提交
  15. 14 9月, 2013 1 次提交
  16. 11 9月, 2013 2 次提交
  17. 05 9月, 2013 1 次提交
  18. 12 8月, 2013 1 次提交
  19. 07 8月, 2013 1 次提交
  20. 01 8月, 2013 2 次提交
  21. 24 7月, 2013 1 次提交
  22. 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
  23. 26 6月, 2013 2 次提交
  24. 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
  25. 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
  26. 16 5月, 2013 1 次提交
  27. 14 5月, 2013 1 次提交
  28. 13 5月, 2013 1 次提交
    • T
      8014058: Regression tests for 8006088 · ba0f7cb3
      tschatzl 提交于
      Summary: The patch for 8006088 misses regression tests after a merge error, this CR provides them.
      Reviewed-by: jwilhelm, tamao, jmasa
      ba0f7cb3
  29. 09 5月, 2013 2 次提交
  30. 07 5月, 2013 1 次提交
  31. 06 5月, 2013 1 次提交
  32. 27 4月, 2013 1 次提交
    • J
      8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException:... · 3d995cdf
      johnc 提交于
      8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException: '[Verifying' missing from stdout/stderr: [Error: Could not find or load main class]
      Summary: System.getProperty("test.java.opts") can return NULL, which gets converted to to the empty string, and the child java command then interprets that as the name of the main class.
      Reviewed-by: jmasa, brutisso
      3d995cdf