1. 10 7月, 2013 1 次提交
  2. 09 7月, 2013 1 次提交
  3. 05 7月, 2013 1 次提交
    • D
      8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace · e377c127
      dcubed 提交于
      Summary: Dl_info struct should only be used if dladdr() has returned non-zero (no errors) and always check the dladdr() return value; Dl_info.dli_sname and Dl_info.dli_saddr fields should only be used if non-NULL; update/improve runtime/6888954/vmerrors.sh test
      Reviewed-by: dsamersoff, zgu, hseigel, coleenp
      e377c127
  4. 04 7月, 2013 1 次提交
  5. 03 7月, 2013 2 次提交
  6. 02 7月, 2013 2 次提交
  7. 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
  8. 27 6月, 2013 1 次提交
  9. 25 6月, 2013 1 次提交
  10. 24 6月, 2013 1 次提交
  11. 21 6月, 2013 2 次提交
  12. 20 6月, 2013 2 次提交
  13. 18 6月, 2013 1 次提交
  14. 14 6月, 2013 3 次提交
  15. 10 6月, 2013 1 次提交
  16. 08 6月, 2013 1 次提交
  17. 05 6月, 2013 1 次提交
  18. 03 6月, 2013 1 次提交
  19. 01 6月, 2013 1 次提交
  20. 31 5月, 2013 1 次提交
  21. 23 5月, 2013 1 次提交
  22. 17 5月, 2013 2 次提交
  23. 16 5月, 2013 1 次提交
  24. 15 5月, 2013 2 次提交
    • T
      6843347: Boundary values in some public GC options cause crashes · f0036e39
      tschatzl 提交于
      Summary: Setting some public integer options to specific values causes crashes or undefined GC behavior. This patchset adds the necessary argument checking for these options.
      Reviewed-by: jmasa, brutisso
      f0036e39
    • M
      8012902: remove use of global operator new - take 2 · 73092391
      minqi 提交于
      Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms.
      Reviewed-by: coleenp, dholmes, zgu
      Contributed-by: yumin.qi@oracle.com
      73092391
  25. 14 5月, 2013 2 次提交
  26. 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
  27. 09 5月, 2013 2 次提交
  28. 08 5月, 2013 1 次提交
  29. 07 5月, 2013 1 次提交
  30. 06 5月, 2013 1 次提交
    • T
      8006088: Incompatible heap size flags accepted by VM · babbf056
      tschatzl 提交于
      Summary: Make processing of minimum, initial and maximum heap size more intiutive by removing previous limitations on allowed values, and make error reporting consistent. Further, fix errors in ergonomic heap sizing.
      Reviewed-by: johnc, jwilhelm, tamao
      babbf056