1. 11 3月, 2016 1 次提交
  2. 02 2月, 2016 1 次提交
  3. 14 11月, 2014 1 次提交
  4. 16 9月, 2014 1 次提交
  5. 29 8月, 2014 1 次提交
  6. 05 9月, 2014 1 次提交
  7. 02 2月, 2016 1 次提交
  8. 19 8月, 2014 1 次提交
  9. 26 8月, 2014 1 次提交
  10. 09 12月, 2014 2 次提交
  11. 02 2月, 2015 1 次提交
  12. 25 3月, 2015 1 次提交
  13. 21 7月, 2014 2 次提交
  14. 07 7月, 2014 1 次提交
  15. 26 6月, 2014 2 次提交
  16. 25 6月, 2014 1 次提交
  17. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  18. 09 9月, 2014 2 次提交
  19. 10 10月, 2014 1 次提交
  20. 24 3月, 2014 2 次提交
  21. 28 2月, 2014 1 次提交
    • J
      8036025: Sort the freelist in order to shrink the heap · dc597682
      jwilhelm 提交于
      Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
      Reviewed-by: tschatzl, mgerdin
      Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
      dc597682
  22. 08 5月, 2014 1 次提交
  23. 29 4月, 2014 1 次提交
  24. 07 11月, 2013 1 次提交
  25. 02 11月, 2013 1 次提交
  26. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  27. 11 9月, 2013 1 次提交
    • T
      8010722: assert: failed: heap size is too big for compressed oops · 95a96a89
      tschatzl 提交于
      Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation.
      Reviewed-by: stefank, dholmes
      95a96a89
  28. 30 8月, 2013 1 次提交
  29. 15 8月, 2013 1 次提交
    • J
      7145569: G1: optimize nmethods scanning · d5c439d7
      johnc 提交于
      Summary: Add a list of nmethods to the RSet for a region that contain references into the region. Skip scanning the code cache during root scanning and scan the nmethod lists during RSet scanning instead.
      Reviewed-by: tschatzl, brutisso, mgerdin, twisti, kvn
      d5c439d7
  30. 01 8月, 2013 1 次提交
  31. 25 6月, 2013 1 次提交
  32. 05 6月, 2013 1 次提交
  33. 19 9月, 2012 1 次提交
  34. 02 9月, 2012 1 次提交
  35. 22 8月, 2012 1 次提交
    • J
      7185699: G1: Prediction model discrepancies · 4e8955cf
      johnc 提交于
      Summary: Correct the result value of G1CollectedHeap::pending_card_num(). Change the code that calculates the GC efficiency of a non-young heap region to use historical data from mixed GCs and the actual number of live bytes when predicting how long it would take to collect the region. Changes were also reviewed by Thomas Schatzl.
      Reviewed-by: azeemj, brutisso
      4e8955cf