1. 26 3月, 2015 1 次提交
  2. 29 1月, 2015 1 次提交
  3. 13 1月, 2015 1 次提交
  4. 23 12月, 2014 1 次提交
  5. 15 12月, 2014 1 次提交
  6. 12 12月, 2014 1 次提交
  7. 26 11月, 2014 1 次提交
  8. 19 11月, 2014 1 次提交
  9. 27 10月, 2014 1 次提交
  10. 02 10月, 2014 1 次提交
  11. 27 9月, 2014 1 次提交
  12. 09 9月, 2014 1 次提交
  13. 11 8月, 2014 2 次提交
  14. 02 7月, 2014 1 次提交
  15. 24 6月, 2014 2 次提交
  16. 30 5月, 2014 1 次提交
  17. 20 5月, 2014 1 次提交
  18. 26 3月, 2014 1 次提交
  19. 17 3月, 2014 1 次提交
  20. 05 2月, 2014 1 次提交
  21. 02 11月, 2013 1 次提交
  22. 14 10月, 2013 1 次提交
  23. 18 9月, 2013 1 次提交
  24. 16 9月, 2013 1 次提交
  25. 11 9月, 2013 1 次提交
    • T
      8010722: assert: failed: heap size is too big for compressed oops · ce6854ca
      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
      ce6854ca
  26. 12 8月, 2013 1 次提交
  27. 01 8月, 2013 1 次提交
  28. 29 6月, 2013 1 次提交
    • T
      8017611: Auto corrector for mistyped vm options · 56335774
      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
      56335774
  29. 25 11月, 2014 1 次提交
  30. 17 5月, 2013 1 次提交
    • T
      8014765: VM exits if MaxTenuringThreshold is set below the default... · ceafb756
      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
      ceafb756
  31. 14 5月, 2013 1 次提交
  32. 13 5月, 2013 1 次提交
    • T
      8014058: Regression tests for 8006088 · d1e46c28
      tschatzl 提交于
      Summary: The patch for 8006088 misses regression tests after a merge error, this CR provides them.
      Reviewed-by: jwilhelm, tamao, jmasa
      d1e46c28