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. 12 8月, 2019 1 次提交
    • A
      8223147: JFR Backport · af3d4c64
      apetushkov 提交于
      8199712: Flight Recorder
      8203346: JFR: Inconsistent signature of jfr_add_string_constant
      8195817: JFR.stop should require name of recording
      8195818: JFR.start should increase autogenerated name by one
      8195819: Remove recording=x from jcmd JFR.check output
      8203921: JFR thread sampling is missing fixes from JDK-8194552
      8203929: Limit amount of data for JFR.dump
      8203664: JFR start failure after AppCDS archive created with JFR StartFlightRecording
      8003209: JFR events for network utilization
      8207392: [PPC64] Implement JFR profiling
      8202835: jfr/event/os/TestSystemProcess.java fails on missing events
      Summary: Backport JFR from JDK11. Initial integration
      Reviewed-by: neugens
      af3d4c64
  3. 19 5月, 2015 1 次提交
    • A
      8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with... · 04db9dcd
      azakharov 提交于
      8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before
      Summary: added WhiteBox methods to count regions and exact aux data sizes
      Reviewed-by: jwilhelm, brutisso
      04db9dcd
  4. 16 4月, 2015 1 次提交
  5. 07 4月, 2015 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. 01 12月, 2014 2 次提交
  8. 29 8月, 2014 1 次提交
  9. 05 9月, 2014 1 次提交
  10. 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
  11. 19 8月, 2014 3 次提交
  12. 31 3月, 2015 1 次提交
  13. 26 8月, 2014 2 次提交
  14. 09 12月, 2014 2 次提交
  15. 19 12月, 2014 1 次提交
  16. 25 8月, 2014 1 次提交
  17. 30 10月, 2014 1 次提交
  18. 13 6月, 2014 1 次提交
  19. 08 8月, 2014 2 次提交
  20. 23 7月, 2014 2 次提交
  21. 21 7月, 2014 2 次提交
  22. 09 4月, 2015 1 次提交
  23. 07 7月, 2014 1 次提交
  24. 29 4月, 2014 1 次提交
  25. 11 4月, 2014 1 次提交
  26. 19 8月, 2014 1 次提交
  27. 14 3月, 2014 1 次提交
  28. 11 9月, 2014 2 次提交
  29. 09 9月, 2014 1 次提交
  30. 03 4月, 2014 1 次提交
  31. 10 10月, 2014 1 次提交
    • T
      8059758: Footprint regressions with JDK-8038423 · 3dda40c0
      tschatzl 提交于
      Summary: Changes in JDK-8038423 always initialize (zero out) virtual memory used for auxiliary data structures. This causes a footprint regression for G1 in startup benchmarks. This is because they do not touch that memory at all, so the operating system does not actually commit these pages. The fix is to, if the initialization value of the data structures matches the default value of just committed memory (=0), do not do anything.
      Reviewed-by: jwilhelm, brutisso
      3dda40c0