1. 19 8月, 2019 1 次提交
    • N
      8229401: Fix JFR code cache test failures · cc8f4f73
      neugens 提交于
      8223689: Add JFR Thread Sampling Support
      8223690: Add JFR BiasedLock Event Support
      8223691: Add JFR G1 Region Type Change Event Support
      8223692: Add JFR G1 Heap Summary Event Support
      Summary: Backport JFR from JDK11, additional fixes
      Reviewed-by: neugens, apetushkov
      Contributed-by: denghui.ddh@alibaba-inc.com
      cc8f4f73
  2. 11 3月, 2016 1 次提交
  3. 02 2月, 2016 1 次提交
  4. 14 11月, 2014 1 次提交
  5. 16 9月, 2014 1 次提交
  6. 29 8月, 2014 1 次提交
  7. 05 9月, 2014 1 次提交
  8. 02 2月, 2016 1 次提交
  9. 19 8月, 2014 1 次提交
  10. 26 8月, 2014 1 次提交
  11. 09 12月, 2014 2 次提交
  12. 02 2月, 2015 1 次提交
  13. 25 3月, 2015 1 次提交
  14. 15 6月, 2018 1 次提交
  15. 21 7月, 2014 2 次提交
  16. 07 7月, 2014 1 次提交
  17. 26 6月, 2014 2 次提交
  18. 25 6月, 2014 1 次提交
  19. 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
  20. 09 9月, 2014 2 次提交
  21. 10 10月, 2014 1 次提交
  22. 24 3月, 2014 2 次提交
  23. 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
  24. 08 5月, 2014 1 次提交
  25. 29 4月, 2014 1 次提交
  26. 07 11月, 2013 1 次提交
  27. 02 11月, 2013 1 次提交
  28. 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
  29. 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
  30. 30 8月, 2013 1 次提交
  31. 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
  32. 01 8月, 2013 1 次提交
  33. 25 6月, 2013 1 次提交
  34. 05 6月, 2013 1 次提交
  35. 19 9月, 2012 1 次提交