1. 02 4月, 2020 1 次提交
  2. 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
  3. 28 2月, 2018 1 次提交
  4. 12 3月, 2015 1 次提交
  5. 26 11月, 2014 1 次提交
  6. 02 10月, 2014 1 次提交
  7. 04 9月, 2014 1 次提交
  8. 27 8月, 2014 1 次提交
  9. 07 7月, 2014 1 次提交
  10. 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
  11. 03 4月, 2014 1 次提交
  12. 21 2月, 2014 1 次提交
  13. 13 2月, 2014 1 次提交
  14. 24 1月, 2014 1 次提交
  15. 29 4月, 2014 1 次提交
  16. 01 2月, 2018 1 次提交
  17. 28 2月, 2018 1 次提交
  18. 02 12月, 2013 1 次提交
  19. 12 10月, 2013 1 次提交
  20. 10 10月, 2013 1 次提交
  21. 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
  22. 30 8月, 2013 1 次提交
  23. 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
  24. 17 7月, 2013 1 次提交
  25. 24 6月, 2013 1 次提交
  26. 12 6月, 2013 1 次提交
  27. 10 7月, 2013 1 次提交
  28. 10 6月, 2013 1 次提交
  29. 05 6月, 2013 1 次提交
  30. 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
  31. 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
  32. 24 1月, 2013 1 次提交
  33. 27 11月, 2012 1 次提交
  34. 17 10月, 2012 1 次提交
  35. 11 10月, 2012 1 次提交
  36. 04 10月, 2012 1 次提交
  37. 02 9月, 2012 1 次提交
  38. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  39. 07 3月, 2012 1 次提交