1. 09 8月, 2013 3 次提交
  2. 02 8月, 2013 1 次提交
  3. 26 7月, 2013 2 次提交
  4. 25 7月, 2013 1 次提交
  5. 19 7月, 2013 1 次提交
  6. 16 7月, 2013 1 次提交
  7. 13 7月, 2013 1 次提交
  8. 09 7月, 2013 1 次提交
  9. 05 7月, 2013 1 次提交
  10. 28 6月, 2013 1 次提交
  11. 25 6月, 2013 2 次提交
  12. 21 6月, 2013 1 次提交
  13. 20 6月, 2013 1 次提交
  14. 14 6月, 2013 1 次提交
  15. 16 7月, 2013 1 次提交
  16. 14 6月, 2013 1 次提交
  17. 10 6月, 2013 1 次提交
  18. 08 6月, 2013 2 次提交
  19. 05 6月, 2013 1 次提交
  20. 01 6月, 2013 1 次提交
  21. 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
  22. 25 5月, 2013 1 次提交
  23. 18 5月, 2013 1 次提交
  24. 16 5月, 2013 2 次提交
  25. 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
  26. 14 5月, 2013 1 次提交
  27. 11 5月, 2013 1 次提交
  28. 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
  29. 07 5月, 2013 1 次提交
  30. 03 5月, 2013 2 次提交
  31. 26 4月, 2013 1 次提交
  32. 24 4月, 2013 1 次提交