1. 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
  2. 05 4月, 2016 1 次提交
  3. 15 3月, 2016 1 次提交
  4. 16 1月, 2015 1 次提交
  5. 24 6月, 2014 1 次提交
  6. 11 6月, 2014 1 次提交
  7. 07 7月, 2014 1 次提交
  8. 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
  9. 31 3月, 2014 1 次提交
  10. 19 6月, 2014 1 次提交
  11. 10 12月, 2013 1 次提交
  12. 23 11月, 2013 1 次提交
  13. 03 10月, 2013 1 次提交
  14. 10 6月, 2013 1 次提交
  15. 31 5月, 2013 1 次提交
  16. 27 5月, 2013 1 次提交
  17. 23 5月, 2013 1 次提交
  18. 21 5月, 2013 1 次提交
  19. 17 5月, 2013 2 次提交
  20. 16 5月, 2013 1 次提交
    • T
      8007763: Refactoring: split up compute_generation_free_space() into two... · d8e75982
      tamao 提交于
      8007763: Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
      Summary: split up compute_generation_free_space() into two functions: compute_eden_space_size() + compute_old_gen_free_space(), each of which (if needed) can be reused without executing an overhead of the other.
      Reviewed-by: jmasa, tschatzl
      Contributed-by: Ntamao <tao.mao@oracle.com>
      d8e75982
  21. 13 5月, 2013 1 次提交
  22. 26 4月, 2013 1 次提交
  23. 25 4月, 2013 1 次提交
  24. 10 4月, 2013 1 次提交
  25. 13 2月, 2013 1 次提交
  26. 23 4月, 2013 1 次提交
  27. 03 1月, 2013 1 次提交
  28. 27 11月, 2012 1 次提交
  29. 16 10月, 2012 1 次提交
  30. 25 9月, 2012 1 次提交
  31. 21 9月, 2012 1 次提交
  32. 02 9月, 2012 1 次提交
  33. 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
  34. 15 5月, 2012 1 次提交
  35. 17 2月, 2012 1 次提交
  36. 01 2月, 2012 1 次提交
  37. 20 12月, 2011 1 次提交
    • J
      7117303: VM uses non-monotonic time source and complains that it is non-monotonic · 412f955f
      johnc 提交于
      Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp.
      Reviewed-by: dholmes, ysr
      412f955f
  38. 23 11月, 2011 1 次提交
  39. 23 9月, 2011 1 次提交
    • J
      6484982: G1: process references during evacuation pauses · 9c3adbcc
      johnc 提交于
      Summary: G1 now uses two reference processors - one is used by concurrent marking and the other is used by STW GCs (both full and incremental evacuation pauses). In an evacuation pause, the reference processor is embedded into the closures used to scan objects. Doing so causes causes reference objects to be 'discovered' by the reference processor. At the end of the evacuation pause, these discovered reference objects are processed - preserving (and copying) referent objects (and their reachable graphs) as appropriate.
      Reviewed-by: ysr, jwilhelm, brutisso, stefank, tonyp
      9c3adbcc