- 23 9月, 2019 1 次提交
-
-
由 maoliang.ml 提交于
Summary: Fix build issues on Windows/Mac from G1ElasticHeap Test Plan: test/elastic_heap/ Reviewers: shiyuexw, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/54 CR:
-
- 20 9月, 2019 1 次提交
-
-
由 maoliang.ml 提交于
Summary: G1ElasticHeap to support heap shrink/expansion in runtime Test Plan: test/elastic-heap/ Reviewers: Issue: https://github.com/alibaba/dragonwell8/issues/46 CR: https://github.com/alibaba/dragonwell8_hotspot/pull/12
-
- 18 9月, 2019 2 次提交
-
-
由 卓昂 提交于
Test Plan: existing test cases Reviewed-by: shiyue Issue: https://github.com/alibaba/dragonwell8/issues/52
-
由 卓昂 提交于
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 15 次提交
-
-
由 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: 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
-
- 05 7月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: phh, mbalao, bae
-
- 19 6月, 2019 1 次提交
-
-
由 aph 提交于
Reviewed-by: kbarrett, tschatzl
-
- 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 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: sla, kbarrett, gziemski
-
- 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
-
- 04 6月, 2019 1 次提交
-
-
由 gromero 提交于
Reviewed-by: mdoerr, goetz Contributed-by: NGustavo Serra Scalet <gustavo.scalet@eldorado.org.br>, Kazunori Ogata <ogatak@jp.ibm.com>
-
- 02 5月, 2019 1 次提交
-
-
由 rraghavan 提交于
Summary: Avoided collecting unaligned stores in Initialize node by making can_capture_store return false for same Reviewed-by: dlong, kvn, vlivanov
-
- 27 5月, 2019 1 次提交
-
-
由 gromero 提交于
Reviewed-by: simonis, mdoerr Contributed-by: NMichihiro Horie <horie@jp.ibm.com>
-
- 14 10月, 2014 1 次提交
-
-
由 sla 提交于
Summary: implement os::set_native_thread_name() on windows, linux Reviewed-by: sla, ctornqvi, simonis Contributed-by: thomas.stuefe@sap.com
-
- 08 5月, 2019 1 次提交
-
-
由 phh 提交于
Summary: Add tag bit to all JNI weak handles Reviewed-by: kbarrett, coleenp, tschatzl
-
- 05 11月, 2015 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: dholmes
-
- 19 1月, 2019 1 次提交
-
-
由 shade 提交于
Reviewed-by: stuefe, tschatzl
-
- 24 4月, 2019 1 次提交
-
-
由 gromero 提交于
Reviewed-by: goetz, mdoerr Contributed-by: NKazunori Ogata <ogatak@jp.ibm.com>
-
- 16 4月, 2019 1 次提交
-
-
由 cvarming 提交于
Summary: Speed up ParNew collections by pruning the list of scavengable nmethods. Reviewed-by: jmasa, tonyp, twisti
-
- 10 4月, 2019 1 次提交
-
-
由 sgehwolf 提交于
Reviewed-by: shade, roland
-
- 21 6月, 2018 1 次提交
-
-
由 erikj 提交于
Reviewed-by: tbell, asaha
-
- 29 3月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: erikj, dholmes
-