1. 16 5月, 2018 1 次提交
  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. 18 5月, 2019 1 次提交
  4. 19 1月, 2019 1 次提交
  5. 03 12月, 2018 1 次提交
  6. 25 10月, 2018 1 次提交
  7. 20 10月, 2018 1 次提交
  8. 18 10月, 2018 1 次提交
  9. 16 10月, 2018 1 次提交
  10. 11 12月, 2017 1 次提交
  11. 25 6月, 2018 1 次提交
  12. 15 5月, 2017 1 次提交
  13. 16 2月, 2017 1 次提交
  14. 20 9月, 2018 1 次提交
  15. 02 8月, 2018 1 次提交
  16. 01 9月, 2016 1 次提交
  17. 12 12月, 2016 1 次提交
  18. 01 9月, 2016 1 次提交
  19. 16 1月, 2016 1 次提交
  20. 04 12月, 2015 1 次提交
  21. 30 4月, 2015 1 次提交
  22. 20 3月, 2015 1 次提交
  23. 17 3月, 2015 1 次提交
  24. 07 3月, 2015 1 次提交
  25. 07 1月, 2016 1 次提交
  26. 15 5月, 2017 1 次提交
  27. 25 2月, 2015 1 次提交
  28. 18 11月, 2014 2 次提交
  29. 11 11月, 2014 1 次提交
  30. 25 10月, 2014 1 次提交
  31. 02 10月, 2014 1 次提交
  32. 25 9月, 2014 1 次提交
  33. 29 8月, 2014 2 次提交
  34. 19 8月, 2014 2 次提交
    • Z
      8055007: NMT2: emptyStack missing in minimal build · f541523d
      zgu 提交于
      Summary: Refactored emptyStack to a static member of NativeCallStack, which is accessible in minimal build.
      Reviewed-by: coleenp, dholmes
      f541523d
    • B
      8049253: Better GC validation · aebaa21c
      brutisso 提交于
      Summary: Also reviewed by: boris.molodenkov@oracle.com
      Reviewed-by: dcubed, minqi, mschoene
      Contributed-by: yasuenag@gmail.com, bengt.rutisson@oracle.com
      aebaa21c
  35. 22 8月, 2014 1 次提交
  36. 27 8月, 2014 1 次提交
  37. 31 10月, 2014 1 次提交
    • C
      8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating... · 0fe44690
      ccheung 提交于
      8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating CDS archive with limiting SharedMiscCodeSize
      Summary: estimate the minimum required size for the misc code region and check if the specified misc code region size meets the minimum size requirement
      Reviewed-by: jiangli, dholmes
      0fe44690