1. 05 9月, 2014 1 次提交
  2. 22 8月, 2014 1 次提交
  3. 27 8月, 2014 1 次提交
  4. 26 2月, 2014 1 次提交
  5. 24 3月, 2014 1 次提交
    • T
      8035406: Improve data structure for Code Cache remembered sets · 81f9110e
      tschatzl 提交于
      Summary: Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time.
      Reviewed-by: mgerdin, brutisso
      81f9110e
  6. 19 3月, 2014 1 次提交
  7. 21 5月, 2014 1 次提交
  8. 25 9月, 2013 1 次提交
  9. 11 9月, 2013 1 次提交
  10. 25 6月, 2013 1 次提交
  11. 10 6月, 2013 1 次提交
  12. 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
  13. 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
  14. 21 3月, 2013 1 次提交
  15. 07 3月, 2013 1 次提交
  16. 15 2月, 2013 1 次提交
  17. 24 1月, 2013 1 次提交
  18. 11 10月, 2012 1 次提交
  19. 19 9月, 2012 1 次提交