- 18 9月, 2019 1 次提交
-
-
由 卓昂 提交于
Test Plan: existing test cases Reviewed-by: shiyue, kuaiwei Issue: https://github.com/alibaba/dragonwell8/issues/52
-
- 16 9月, 2019 1 次提交
-
-
由 Kuai Wei 提交于
Summary: change build script and to code to support windows platform Test Plan: existing test cases Reviewers: shiyue, chuansheng Issue: https://aone.alibaba-inc.com/task/22514166 CR:
-
- 02 9月, 2019 17 次提交
-
-
由 Yifei Zhang 提交于
Summary: Invoke JWarmup APIs via jcmd Test Plan: test/jwarmup/jcmd/TestInvokeJWarmupViaJcmd.java Reviewers: kuaiwei, luchsh Issue: https://aone.alibaba-inc.com/task/22023553 CR: https://aone.alibaba-inc.com/task/22023553
-
由 Chuansheng Lu 提交于
Summary: _mini_dump is not initialized for all paths Test Plan: test/serviceability/ Reviewed-by: D-D-H, kuaiwei Issue: https://github.com/alibaba/dragonwell8/issues/45
-
由 Xiaoming Gu 提交于
[C2] Backport JDK-8010500: Possible null pointer dereference at hotspot/src/share/vm/opto/loopnode.hpp Summary: Added NULL check for loopnode() in get_pre_loop_end() Backport the fix for JDK-8010500 (https://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/4e7ee57b57bf) from OpenJDK. Test Plan: none Reviewed-by: kuaiwei, luchsh Issue: https://github.com/alibaba/dragonwell8/issues/13
-
由 Yifei Zhang 提交于
Summary: Add a use of the node cx to avoid it being destroyed. Backport from JDK-8217359: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8217359 This patch of OpenJDK is available here: https://hg.openjdk.java.net/jdk/jdk12/rev/44f41693631f Test Plan: test/compiler/c2/Test8217359.java Reviewed-by: luchsh, kuaiwei Issue: https://github.com/alibaba/dragonwell8/issues/11
-
由 denghui.ddh 提交于
Summary: add compatibility for UnlockCommercialFeatures Test Plan: test/jfr/test_unlockCommercialFeatures_compatibility.sh Reviewed-by: yfxhust, luchsh Issue: https://github.com/alibaba/dragonwell8_hotspot/issues/6
-
由 denghui.ddh 提交于
Summary: remove useless fields of ThreadAllocationStatistics Test Plan: jdk/test/jdk/jfr/event/runtime/TestThreadAllocationEvent.java Reviewed-by: yfxhust, luchsh Issue: https://github.com/alibaba/dragonwell8_hotspot/issues/5
-
由 Kuai Wei 提交于
Summary: fix typo error in test case Test Plan: test/jwarmup/TestClassInitChain.java Reviewed-by: luchsh Issue: https://github.com/alibaba/dragonwell8/issues/16
-
由 Kuai Wei 提交于
Summary: whitebox library is missing in TestThrowInitializaitonException.java Test Plan: hotspot/test/jwarmup/TestThrowInitializaitonException.java Reviewers: 三红, 传胜 Reviewed By: 三红, 传胜 Subscribers: 麦庶 Differential Revision: https://aone.alibaba-inc.com/code/D855652
-
由 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
-
由 tongbao.ztb 提交于
Summary: - add a warning of large array allocation - port D3674 to dragonwell Test Plan: test/runtime/memory/TestArrayAllocationWarning.java Reviewers: 传胜 Differential Revision: https://aone.alibaba-inc.com/code/D851704
-
由 tongbao.ztb 提交于
Summary: - The original GC printing did not change in the gc log after a full gc, this patch will fix this printing problem - port D65612 to dragonwell Test Plan: hotspot/test/gc/metaspace/TestMetaspaceGCLogSize.java Reviewers: 传胜 Differential Revision: https://aone.alibaba-inc.com/code/D851703
-
由 tongbao.ztb 提交于
Summary: - port D64010 to dragonwell - print the detail time when doing root processing in generational heap collection Test Plan: hotspot/test/gc/TestPrintGCRootsTraceTime.java hotspot/test/gc/ Reviewers: 传胜 Differential Revision: https://aone.alibaba-inc.com/code/D851700
-
由 tongbao.ztb 提交于
Summary: - Port D65580 to dragonwell - Print the young generation histogram once after parnew gc with the manageable flag: PrintYoungGenHistoAfterParNewGC Test Plan: hotspot/test/gc/parNew/testPrintYoungGenHisto.sh Reviewers: 传胜 Differential Revision: https://aone.alibaba-inc.com/code/D849729
-
由 tongbao.ztb 提交于
Summary: - port D1840 to Dragonwell - add AJVM_FLAGS extension flag Test Plan: the other patches which add new VM flags will definitely cover this code change Reviewers: 传胜 Differential Revision: https://aone.alibaba-inc.com/code/D849610
-
由 Chuansheng Lu 提交于
Summary: - Port D336179 mini-heapdump support to Dragonwell - Enable HotSpot to skip dumping content of primitive type arrays Test Plan: hotspot/test/serviceability, jdk/test/ras Reviewers: 井桐 Reviewed By: 井桐 Differential Revision: https://aone.alibaba-inc.com/code/D849312
-
由 Chuansheng Lu 提交于
Summary: - Port fix D2553 to Dragonwell - Change default GC policy to UseConcMarkSweepGC Test Plan: hotspot/test/gc/TestDefaultGC.sh Reviewers: 井桐 Reviewed By: 井桐 Subscribers: Differential Revision: https://aone.alibaba-inc.com/code/D849276
-
由 卓昂 提交于
Reviewers: 效山, 芳玺, 传胜, 三红, yumin.qi Reviewed By: 三红, 芳玺, 效山, 卓仁 Differential Revision: https://aone.alibaba-inc.com/code/D815657
-
- 08 7月, 2019 1 次提交
-
-
由 andrew 提交于
-
- 05 7月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: phh, mbalao, bae
-
- 02 7月, 2019 1 次提交
-
-
由 andrew 提交于
-
- 23 6月, 2019 1 次提交
-
-
由 andrew 提交于
-
- 20 6月, 2019 1 次提交
-
-
由 aph 提交于
-
- 19 6月, 2019 1 次提交
-
-
由 aph 提交于
Reviewed-by: kbarrett, tschatzl
-
- 14 6月, 2019 1 次提交
-
-
由 andrew 提交于
-
- 05 6月, 2019 4 次提交
- 29 5月, 2019 1 次提交
-
-
由 adinn 提交于
8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching Summary: While doing a ptrace attach, do not attach to threads which are in the process of exiting or are zombies -- skip these threads. Reviewed-by: jcbeyler, ysuenaga
-
- 23 5月, 2019 2 次提交
- 21 5月, 2019 1 次提交
-
-
由 mhorie 提交于
Reviewed-by: goetz, mdoerr Contributed-by: NKazunori Ogata <ogatak@jp.ibm.com>
-
- 20 5月, 2019 1 次提交
-
-
由 phh 提交于
Summary: Change copyright date from 2017 to 2018. Reviewed-by: andrew
-
- 18 5月, 2019 2 次提交
- 10 5月, 2019 1 次提交
-
-
由 xliu 提交于
Reviewed-by: thartmann, kvn
-
- 05 6月, 2019 1 次提交
-
-
由 xliu 提交于
Summary: Prevent downgraded compilation tasks from recompiling. Reviewed-by: sgehwolf, thartmann, andrew
-
- 03 6月, 2019 1 次提交
-
-
由 xliu 提交于
Summary: Includes compile_id addition from JDK-8054492 Reviewed-by: andrew
-