- 02 9月, 2019 13 次提交
-
-
由 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
-
- 01 4月, 2019 1 次提交
-
-
由 serb 提交于
Reviewed-by: prr
-
- 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
-
- 29 5月, 2019 1 次提交
-
-
由 rkennke 提交于
Reviewed-by: clanger
-
- 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
-