1. 26 9月, 2018 1 次提交
  2. 27 6月, 2018 1 次提交
  3. 15 6月, 2018 1 次提交
  4. 01 3月, 2016 1 次提交
  5. 21 1月, 2016 1 次提交
  6. 07 1月, 2015 1 次提交
    • T
      8048179: Early reclaim of large objects that are referenced by a few objects · dd0f649b
      tschatzl 提交于
      Summary: Push the remembered sets of large objects with few referenced into the dirty card queue at the beginning of the evacuation so that they may end up with zero remembered set entries at the end of the collection, and are potentially reclaimed. Also improve timing measurements of the early reclaim mechanism, and shorten flag names.
      Reviewed-by: brutisso, jmasa, dfazunen
      dd0f649b
  7. 29 8月, 2014 1 次提交
  8. 21 8月, 2014 1 次提交
    • T
      8038423: G1: Decommit memory within heap · 72bba568
      tschatzl 提交于
      Summary: Allow G1 to decommit memory of arbitrary regions within the heap and their associated auxiliary data structures card table, BOT, hot card cache, and mark bitmaps.
      Reviewed-by: mgerdin, brutisso, jwilhelm
      72bba568
  9. 19 8月, 2014 1 次提交
  10. 03 9月, 2014 1 次提交
  11. 26 8月, 2014 1 次提交
  12. 27 8月, 2014 1 次提交
  13. 23 7月, 2014 2 次提交
  14. 07 7月, 2014 1 次提交
  15. 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
  16. 03 4月, 2014 1 次提交
  17. 24 2月, 2014 1 次提交
  18. 24 3月, 2014 4 次提交
  19. 21 7月, 2014 3 次提交
  20. 07 11月, 2013 1 次提交
  21. 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
  22. 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
  23. 21 5月, 2013 1 次提交
  24. 16 5月, 2013 1 次提交
  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. 01 5月, 2013 1 次提交
  27. 22 4月, 2013 1 次提交
  28. 20 4月, 2013 1 次提交
  29. 19 4月, 2013 1 次提交
  30. 14 9月, 2012 1 次提交
  31. 18 7月, 2012 1 次提交
  32. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  33. 26 6月, 2012 1 次提交
  34. 26 5月, 2012 1 次提交