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. 22 7月, 2020 1 次提交
  3. 15 7月, 2020 1 次提交
  4. 03 4月, 2020 1 次提交
  5. 02 4月, 2020 1 次提交
  6. 05 12月, 2019 2 次提交
    • 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
    • [JFR] Full patch for hotspot · 5382b8e0
      卓昂 提交于
      Reviewers: 效山, 芳玺, 传胜, 三红, yumin.qi
      
      Reviewed By: 三红, 芳玺, 效山, 卓仁
      
      Differential Revision: https://aone.alibaba-inc.com/code/D815657
      5382b8e0
  7. 19 11月, 2019 1 次提交
  8. 04 2月, 2020 1 次提交
  9. 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
  10. 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
  11. 28 2月, 2018 1 次提交
  12. 12 3月, 2015 1 次提交
  13. 26 11月, 2014 1 次提交
  14. 02 10月, 2014 1 次提交
  15. 04 9月, 2014 1 次提交
  16. 27 8月, 2014 1 次提交
  17. 07 7月, 2014 1 次提交
  18. 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
  19. 03 4月, 2014 1 次提交
  20. 21 2月, 2014 1 次提交
  21. 13 2月, 2014 1 次提交
  22. 24 1月, 2014 1 次提交
  23. 29 4月, 2014 1 次提交
  24. 01 2月, 2018 1 次提交
  25. 28 2月, 2018 1 次提交
  26. 02 12月, 2013 1 次提交
  27. 12 10月, 2013 1 次提交
  28. 10 10月, 2013 1 次提交
  29. 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
  30. 30 8月, 2013 1 次提交
  31. 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
  32. 17 7月, 2013 1 次提交
  33. 24 6月, 2013 1 次提交
  34. 12 6月, 2013 1 次提交
  35. 10 7月, 2013 1 次提交
  36. 10 6月, 2013 1 次提交
  37. 05 6月, 2013 1 次提交
  38. 10 4月, 2013 1 次提交
    • Z
      8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed:... · 73c87a69
      zgu 提交于
      8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed: Worker should not be started"
      Summary: Fixed a racing condition when shutting down NMT while worker thread is being started, also fixed a few mis-declared volatile pointers.
      Reviewed-by: dholmes, dlong
      73c87a69
  39. 06 3月, 2013 1 次提交
    • I
      7107135: Stack guard pages are no more protected after loading a shared... · e447b861
      iklam 提交于
      7107135: Stack guard pages are no more protected after loading a shared library with executable stack
      Summary: Detect the execstack attribute of the loaded library and attempt to fix the stack guard using Safepoint op.
      Reviewed-by: dholmes, zgu
      Contributed-by: ioi.lam@oracle.com
      e447b861