1. 02 12月, 2013 1 次提交
  2. 12 11月, 2013 1 次提交
  3. 02 11月, 2013 1 次提交
  4. 28 10月, 2013 1 次提交
  5. 25 10月, 2013 1 次提交
  6. 23 10月, 2013 1 次提交
  7. 22 10月, 2013 1 次提交
  8. 15 10月, 2013 1 次提交
  9. 14 10月, 2013 1 次提交
  10. 08 10月, 2013 1 次提交
  11. 07 10月, 2013 1 次提交
  12. 05 10月, 2013 1 次提交
  13. 27 9月, 2013 2 次提交
  14. 19 9月, 2013 2 次提交
  15. 17 9月, 2013 1 次提交
    • M
      7164841: Improvements to the GC log file rotation · fcfbef18
      minqi 提交于
      Summary: made changes to easily identify current log file in rotation. Parameterize the input with %t for time replacement in file name.
      Reviewed-by: ccheung, tschatzl, tamao, zgu
      Contributed-by: yumin.qi@oracle.com
      fcfbef18
  16. 13 9月, 2013 1 次提交
  17. 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
  18. 05 9月, 2013 1 次提交
  19. 26 8月, 2013 1 次提交
  20. 16 8月, 2013 1 次提交
    • H
      8003424: Enable Class Data Sharing for CompressedOops · 663f2686
      hseigel 提交于
      8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops
      8005933: The -Xshare:auto option is ignored for -server
      Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs.
      Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
      663f2686
  21. 12 8月, 2013 1 次提交
  22. 01 8月, 2013 1 次提交
  23. 29 7月, 2013 1 次提交
  24. 19 7月, 2013 1 次提交
  25. 11 7月, 2013 1 次提交
  26. 09 7月, 2013 1 次提交
  27. 04 7月, 2013 1 次提交
  28. 02 7月, 2013 1 次提交
  29. 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
  30. 27 6月, 2013 1 次提交
  31. 14 6月, 2013 1 次提交
  32. 08 6月, 2013 1 次提交
  33. 17 5月, 2013 1 次提交
    • 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
  34. 16 5月, 2013 1 次提交
  35. 15 5月, 2013 1 次提交
  36. 14 5月, 2013 1 次提交
  37. 10 5月, 2013 1 次提交
    • J
      7176479: G1: JVM crashes on T5-8 system with 1.5 TB heap · ec36d18f
      johnc 提交于
      Summary: Refactor G1's hot card cache and card counts table into their own files. Simplify the card counts table, including removing the encoding of the card index in each entry. The card counts table now has a 1:1 correspondence with the cards spanned by heap. Space for the card counts table is reserved from virtual memory (rather than C heap) during JVM startup and is committed/expanded when the heap is expanded. Changes were also reviewed-by Vitaly Davidovich.
      Reviewed-by: tschatzl, jmasa
      ec36d18f
  38. 09 5月, 2013 1 次提交