1. 12 6月, 2013 1 次提交
  2. 13 7月, 2013 1 次提交
    • A
      7162400: Intermittent java.io.IOException: Bad file number during... · 04a6ead8
      allwin 提交于
      7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
      Summary: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
      Reviewed-by: dcubed, dholmes, sspitsyn, mgerdin, ctornqvi, dsamersoff
      04a6ead8
  3. 11 7月, 2013 1 次提交
  4. 10 7月, 2013 2 次提交
  5. 09 7月, 2013 3 次提交
  6. 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
  7. 04 7月, 2013 1 次提交
  8. 03 7月, 2013 2 次提交
  9. 02 7月, 2013 2 次提交
  10. 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
  11. 27 6月, 2013 1 次提交
  12. 25 6月, 2013 1 次提交
  13. 24 6月, 2013 1 次提交
  14. 21 6月, 2013 2 次提交
  15. 20 6月, 2013 2 次提交
  16. 18 6月, 2013 1 次提交
  17. 14 6月, 2013 3 次提交
  18. 10 6月, 2013 1 次提交
  19. 08 6月, 2013 1 次提交
  20. 05 6月, 2013 1 次提交
  21. 03 6月, 2013 1 次提交
  22. 01 6月, 2013 1 次提交
  23. 31 5月, 2013 1 次提交
  24. 23 5月, 2013 1 次提交
  25. 17 5月, 2013 2 次提交
  26. 16 5月, 2013 1 次提交
  27. 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
  28. 14 5月, 2013 2 次提交