1. 26 7月, 2013 1 次提交
  2. 24 7月, 2013 1 次提交
  3. 04 7月, 2013 1 次提交
  4. 10 6月, 2013 1 次提交
  5. 23 5月, 2013 1 次提交
  6. 22 5月, 2013 1 次提交
  7. 21 5月, 2013 1 次提交
  8. 17 5月, 2013 1 次提交
  9. 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
  10. 09 5月, 2013 2 次提交
  11. 26 4月, 2013 1 次提交
  12. 25 4月, 2013 1 次提交
  13. 22 4月, 2013 1 次提交
  14. 20 4月, 2013 1 次提交
  15. 13 4月, 2013 1 次提交
    • D
      7104565: trim jprt build targets · f0e7c0d7
      drchase 提交于
      Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources
      Reviewed-by: dholmes, kvn, coleenp
      f0e7c0d7
  16. 10 4月, 2013 1 次提交
  17. 14 3月, 2013 1 次提交
  18. 12 3月, 2013 1 次提交
  19. 11 3月, 2013 1 次提交
  20. 23 4月, 2013 1 次提交
  21. 12 2月, 2013 1 次提交
  22. 02 2月, 2013 1 次提交
  23. 25 1月, 2013 1 次提交
    • M
      8005278: Serviceability Agent: jmap -heap and jstack -m fail · 98a7aa39
      minqi 提交于
      Summary: BinaryTreeDictionary is typedef'ed as AFLBinaryTreeDictionary in vmStructs and in SA we still use old name for that. FreeList now is a template based class which is not reflect in SA type library. When SA does calculation of heap for CMS, the former will cause failure to retrieve BinaryTreeDictionary  sine the rename. The later will fail wherever it is used in SA.
      Reviewed-by: dholmes, sla, coleenp
      Contributed-by: yunda.mly@taobao.com
      98a7aa39
  24. 07 2月, 2013 1 次提交
  25. 17 1月, 2013 1 次提交
  26. 05 1月, 2013 1 次提交
  27. 04 1月, 2013 1 次提交
  28. 30 12月, 2012 1 次提交
  29. 03 1月, 2013 1 次提交
  30. 27 11月, 2012 2 次提交
  31. 16 10月, 2012 1 次提交
  32. 10 10月, 2012 1 次提交
  33. 09 10月, 2012 1 次提交
  34. 04 10月, 2012 1 次提交
  35. 25 9月, 2012 1 次提交
  36. 20 9月, 2012 1 次提交
    • J
      7193946: Move warnings associated with UseMemSetInBOT flag · 4bf72cf2
      johnc 提交于
      Summary: The warnings associated with the UseMemSetInBOT flag are duplicated in CMS and G1. The separate warnings have been removed and single instance of the warning has been placed in a common location.
      Reviewed-by: brutisso, ysr
      4bf72cf2
  37. 19 9月, 2012 1 次提交