1. 23 7月, 2020 1 次提交
    • 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. 05 12月, 2019 1 次提交
    • K
      [JWarmUp] port jwarmup to dragonwell 8u · cd2ffae5
      Kuai Wei 提交于
      Summary:
        Port jwarmup to dragonwell 8u hotspot
      
      ref T19299187
      
      Test Plan:
      test/hotspot/jtreg/jwarmup/Issue11272598.java
      test/hotspot/jtreg/jwarmup/TestDisableNCE.java
      test/hotspot/jtreg/jwarmup/TestNotDeoptJITMethod.sh
      test/hotspot/jtreg/jwarmup/issue9780156.sh
      test/hotspot/jtreg/jwarmup/TestEagerCompilation.java
      test/hotspot/jtreg/jwarmup/TestNotifyDeopt.sh
      test/hotspot/jtreg/jwarmup/TestCheckIfCompilationIsComplete.sh
      test/hotspot/jtreg/jwarmup/TestFlagAssertion.java
      test/hotspot/jtreg/jwarmup/TestReadLogfile.java
      test/hotspot/jtreg/jwarmup/TestClassInitChain.java
      test/hotspot/jtreg/jwarmup/TestLogFlush.java
      test/hotspot/jtreg/jwarmup/TestRecordNullMethodCounter.java
      test/hotspot/jtreg/jwarmup/TestThrowInitializaitonException.java
      test/hotspot/jtreg/jwarmup/TestDisableMethodData.sh
      test/hotspot/jtreg/jwarmup/TestMethodRecorder.java
      test/hotspot/jtreg/jwarmup/TestTieredCompilationInRecording.sh
      
      Reviewers: 传胜, 三红, yumin.qi
      
      Reviewed By: 传胜, 三红
      
      Subscribers: 麦庶
      
      Differential Revision: https://aone.alibaba-inc.com/code/D852146
      cd2ffae5
  3. 16 4月, 2019 1 次提交
  4. 09 1月, 2018 2 次提交
  5. 30 9月, 2017 1 次提交
  6. 07 4月, 2017 1 次提交
  7. 07 2月, 2017 1 次提交
  8. 11 1月, 2017 1 次提交
  9. 30 10月, 2016 1 次提交
  10. 12 11月, 2015 1 次提交
  11. 08 10月, 2015 3 次提交
  12. 02 10月, 2014 1 次提交
  13. 20 3月, 2019 1 次提交
  14. 11 1月, 2017 1 次提交
  15. 15 6月, 2018 1 次提交
  16. 07 7月, 2014 1 次提交
  17. 01 7月, 2014 1 次提交
  18. 24 6月, 2014 1 次提交
  19. 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
  20. 28 4月, 2014 1 次提交
  21. 21 3月, 2014 1 次提交
  22. 29 4月, 2014 1 次提交
  23. 23 6月, 2014 1 次提交
  24. 09 1月, 2018 1 次提交
  25. 07 12月, 2013 1 次提交
    • K
      8028107: Kitchensink crashed with EAV · dd6330ce
      kvn 提交于
      Summary: check the state of caller and callee nmethods and skip call site patching if any of them is not alive
      Reviewed-by: jrose, twisti
      dd6330ce
  26. 23 11月, 2013 1 次提交
  27. 12 11月, 2013 1 次提交
  28. 08 11月, 2013 1 次提交
  29. 27 9月, 2013 1 次提交
  30. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  31. 30 8月, 2013 1 次提交
  32. 26 8月, 2013 1 次提交
  33. 23 8月, 2013 1 次提交
    • G
      8023033: PPC64 (part 13): basic changes for AIX · 4c8ea96d
      goetz 提交于
      Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.).
      Reviewed-by: kvn, dholmes, stefank
      4c8ea96d
  34. 15 8月, 2013 1 次提交
    • J
      7145569: G1: optimize nmethods scanning · d5c439d7
      johnc 提交于
      Summary: Add a list of nmethods to the RSet for a region that contain references into the region. Skip scanning the code cache during root scanning and scan the nmethod lists during RSet scanning instead.
      Reviewed-by: tschatzl, brutisso, mgerdin, twisti, kvn
      d5c439d7
  35. 25 6月, 2013 1 次提交
  36. 14 6月, 2013 1 次提交
  37. 08 5月, 2013 1 次提交