- 05 12月, 2019 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
-
由 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
-
由 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
-
- 26 9月, 2019 1 次提交
-
-
由 zgu 提交于
Reviewed-by: andrew
-
- 13 9月, 2019 1 次提交
-
-
由 zgu 提交于
Summary: Don't double-free cached class bytes on redefinition loading failure. Reviewed-by: sspitsyn, jiangli
-
- 11 7月, 2019 1 次提交
-
-
由 hseigel 提交于
8226798: JVM crash in klassItable::initialize_itable_for_interface(int, InstanceKlass*, bool, Thread*) Summary: When calculating vtable size at class load time, do not look for miranda method if matching package private method is found in a super class. Reviewed-by: acorn, lfoltan
-
- 15 6月, 2018 1 次提交
-
-
由 kvn 提交于
Summary: convert the assert into compilation check which will skip superword optimization Reviewed-by: roland, thartmann
-
- 14 12月, 2018 1 次提交
-
-
由 roland 提交于
Reviewed-by: thartmann, kvn
-
- 21 1月, 2019 1 次提交
-
-
由 fyang 提交于
Reviewed-by: thartmann Contributed-by: jitao8@huawei.com
-
- 11 3月, 2019 1 次提交
-
-
由 thartmann 提交于
Summary: Fix BCEscapeAnalyzer to correctly handle _getClass intrinsic. Reviewed-by: kvn, dlong, redestad, neliasso
-
- 25 4月, 2019 1 次提交
-
-
由 sgehwolf 提交于
Reviewed-by: adinn, shade, andrew
-
- 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
-
- 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
-
- 19 2月, 2019 1 次提交
-
-
由 thartmann 提交于
Summary: Bail out of CEE if one of the gotos is a safepoint but the if is not. Reviewed-by: vlivanov, mdoerr
-
- 18 6月, 2019 1 次提交
-
-
由 ogatak 提交于
Reviewed-by: mdoerr, goetz Contributed-by: NBruno Rosa <bruno.rosa@eldorado.org.br>, Gustavo Serra Scalet <gustavo.scalet@eldorado.org.br>, Igor Nunes <igor.nunes@eldorado.org.br>, Martin Doerr <martin.doerr@sap.com>
-
- 30 4月, 2019 1 次提交
-
-
由 thartmann 提交于
Summary: Guard against regions degraded to copies. Reviewed-by: kvn
-
- 11 5月, 2019 1 次提交
-
-
由 phh 提交于
Summary: Add hotspot/test/runtime/jni directory with two tests for 8176100 Reviewed-by: kbarrett, coleenp, tschatzl
-
- 11 3月, 2019 1 次提交
-
-
由 ctornqvi 提交于
8180904: Hotspot tests running with -agentvm failing due to classpath Summary: Add -cp System.getProperty("java.class.path") to ProcessBuilder arguments. Reviewed-by: sla, gtriantafill
-
- 24 10月, 2018 1 次提交
-
-
由 roland 提交于
Reviewed-by: neliasso, kvn
-
- 22 10月, 2018 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: kvn
-
- 15 10月, 2018 3 次提交
-
-
由 thartmann 提交于
8172850: Anti-dependency on membar causes crash in register allocator due to invalid instruction scheduling Summary: Regression test and additional asserts. The problem is fixed by 8087341. Reviewed-by: kvn
-
由 iignatyev 提交于
Reviewed-by: kvn
-
由 anoll 提交于
Summary: Replace shell script with Java-only code Reviewed-by: kvn, iignatyev
-
- 12 9月, 2018 1 次提交
-
-
由 coleenp 提交于
Reviewed-by: acorn, hseigel, ahgross, rhalade
-
- 26 7月, 2018 1 次提交
-
-
由 vaibhav 提交于
Summary: Created tests for the feature Reviewed-by: mseledtsov
-
- 20 7月, 2018 1 次提交
-
-
由 fmatte 提交于
Reviewed-by: tschatzl
-
- 23 2月, 2018 1 次提交
-
-
由 bgopularam 提交于
Reviewed-by: coleenp, sla
-
- 07 2月, 2018 1 次提交
-
-
由 bgopularam 提交于
Reviewed-by: kvn Contributed-by: vaibhav.x.choudhary@oracle.com
-
- 23 2月, 2018 1 次提交
-
-
由 bgopularam 提交于
Reviewed-by: coleenp, sla
-
- 16 1月, 2018 2 次提交