1. 29 9月, 2020 1 次提交
  2. 27 9月, 2020 1 次提交
  3. 22 9月, 2020 2 次提交
  4. 01 8月, 2020 1 次提交
  5. 31 7月, 2020 12 次提交
  6. 30 7月, 2020 2 次提交
  7. 29 7月, 2020 1 次提交
  8. 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
  9. 22 7月, 2020 1 次提交
  10. 20 7月, 2020 2 次提交
  11. 15 7月, 2020 7 次提交
  12. 28 6月, 2020 1 次提交
  13. 22 6月, 2020 1 次提交
  14. 17 6月, 2020 1 次提交
  15. 16 6月, 2020 1 次提交
  16. 15 6月, 2020 1 次提交
  17. 12 6月, 2020 1 次提交
  18. 08 6月, 2020 1 次提交
  19. 02 6月, 2020 1 次提交