1. 27 8月, 2013 1 次提交
  2. 26 8月, 2013 1 次提交
  3. 23 8月, 2013 2 次提交
  4. 16 8月, 2013 1 次提交
  5. 11 8月, 2013 1 次提交
  6. 09 8月, 2013 3 次提交
  7. 21 8月, 2013 1 次提交
  8. 08 8月, 2013 1 次提交
  9. 02 8月, 2013 1 次提交
  10. 26 7月, 2013 2 次提交
  11. 25 7月, 2013 1 次提交
  12. 19 7月, 2013 1 次提交
  13. 16 7月, 2013 1 次提交
  14. 13 7月, 2013 1 次提交
  15. 09 7月, 2013 1 次提交
  16. 05 7月, 2013 1 次提交
  17. 28 6月, 2013 1 次提交
  18. 25 6月, 2013 2 次提交
  19. 21 6月, 2013 1 次提交
  20. 20 6月, 2013 1 次提交
  21. 14 6月, 2013 1 次提交
  22. 16 7月, 2013 1 次提交
  23. 14 6月, 2013 1 次提交
  24. 10 6月, 2013 1 次提交
  25. 08 6月, 2013 2 次提交
  26. 05 6月, 2013 1 次提交
  27. 01 6月, 2013 1 次提交
  28. 28 5月, 2013 2 次提交
    • J
      8013461: There is a symbol AsyncGetCallTrace in libjvm.symbols that does not... · 650060e2
      jprovino 提交于
      8013461: There is a symbol AsyncGetCallTrace in libjvm.symbols that does not exist in minimal/libjvm.a when DEBUG_LEVEL == release
      Summary: AsyncGetCallTrace is needed in libjvm.symbols so that programs which reference it can build correctly.
      Reviewed-by: dholmes, bobv
      650060e2
    • T
      8013895: G1: G1SummarizeRSetStats output on Linux needs improvemen · 1c4e2ca8
      tschatzl 提交于
      Summary: Fixed the output of G1SummarizeRSetStats: too small datatype for the number of concurrently processed cards, added concurrent remembered set thread time retrieval for Linux and Windows (BSD uses os::elapsedTime() now), and other cleanup. The information presented during VM operation is now relative to the previous output, not always cumulative if G1SummarizeRSetStatsPeriod > 0. At VM exit, the code prints a cumulative summary.
      Reviewed-by: johnc, jwilhelm
      1c4e2ca8
  29. 25 5月, 2013 1 次提交
  30. 18 5月, 2013 1 次提交
  31. 16 5月, 2013 2 次提交
  32. 15 5月, 2013 1 次提交
    • 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