1. 23 7月, 2020 2 次提交
    • D
      Revert "Revert "[JFR] add support for opto object allocations sampling"" · 0bb1ab9e
      Denghui Dong 提交于
      This reverts commit 6585eb9c.
      0bb1ab9e
    • Y
      [Coroutine] Bug fixes for JKU coroutine · 7796cbc3
      yunyao.zxl 提交于
      Summary: Bug fixes for JKU coroutine
      The JKU patch has several flaws:
      1. When using JDI to debug coroutine, it may crash because the _switchTo intrinsic entry will change to the interpreter one, which is a SHOULD_NOT_REACH_HERE().
      2. Change miscellaneous thread-local data structures to coroutine-local level during _switchTo phase.
      3. Disable making zombies of _switchTo alike intrinsic things.
      4. Fix multiple mem leak problems for coroutine data structures.
      5. Create an empty JNIHandleBlock for the first Java call.
      6. The stack layout of Coroutine doesn't align with 16 bytes on x86_64 which will cause some float point instructions to throw an sig fault.
      7. etc.
      
      Test Plan: Coroutine tests
      
      Reviewed-by: yuleil, shiyuexw, sanhong
      
      Issue: https://github.com/alibaba/dragonwell8/issues/113
      7796cbc3
  2. 22 7月, 2020 1 次提交
  3. 15 7月, 2020 4 次提交
  4. 12 6月, 2020 1 次提交
  5. 07 4月, 2020 1 次提交
  6. 06 4月, 2020 1 次提交
  7. 05 4月, 2020 1 次提交
  8. 04 4月, 2020 1 次提交
  9. 03 4月, 2020 2 次提交
  10. 02 4月, 2020 1 次提交
  11. 27 12月, 2019 1 次提交
  12. 05 12月, 2019 10 次提交
  13. 07 5月, 2020 1 次提交
  14. 09 4月, 2020 1 次提交
  15. 25 3月, 2020 1 次提交
  16. 19 11月, 2019 1 次提交
  17. 18 6月, 2015 1 次提交
  18. 25 2月, 2020 1 次提交
  19. 17 2月, 2020 1 次提交
  20. 15 2月, 2020 1 次提交
  21. 04 2月, 2020 1 次提交
  22. 09 10月, 2019 1 次提交
  23. 16 1月, 2019 1 次提交
  24. 15 11月, 2018 1 次提交
  25. 13 2月, 2018 1 次提交
  26. 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