1. 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
  2. 09 1月, 2018 2 次提交
  3. 07 2月, 2017 1 次提交
  4. 05 8月, 2016 1 次提交
  5. 12 12月, 2016 1 次提交
  6. 05 8月, 2016 1 次提交
  7. 28 4月, 2016 2 次提交
  8. 03 3月, 2016 2 次提交
  9. 16 1月, 2016 1 次提交
  10. 11 6月, 2015 1 次提交
  11. 18 3月, 2015 1 次提交
  12. 11 11月, 2014 1 次提交
  13. 02 10月, 2014 1 次提交
  14. 20 9月, 2014 1 次提交
  15. 14 7月, 2014 1 次提交
  16. 15 6月, 2018 1 次提交
  17. 10 6月, 2016 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. 16 5月, 2014 1 次提交
  20. 16 1月, 2016 1 次提交
  21. 12 9月, 2014 1 次提交
  22. 16 4月, 2014 1 次提交
  23. 21 3月, 2014 1 次提交
  24. 29 4月, 2014 1 次提交
  25. 09 1月, 2018 1 次提交
  26. 25 10月, 2013 1 次提交
  27. 08 10月, 2013 1 次提交
  28. 27 9月, 2013 1 次提交
  29. 14 9月, 2013 1 次提交
  30. 30 8月, 2013 1 次提交
  31. 13 8月, 2013 1 次提交
  32. 15 8月, 2013 1 次提交
  33. 23 7月, 2013 1 次提交
  34. 25 6月, 2013 1 次提交
  35. 29 5月, 2013 1 次提交
  36. 10 5月, 2013 1 次提交
    • M
      8003557: NPG: Klass* const k should be const Klass* k. · 6ee9c8ef
      minqi 提交于
      Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
      Reviewed-by: coleenp, kvn
      Contributed-by: yumin.qi@oracle.com
      6ee9c8ef
  37. 07 5月, 2013 1 次提交