- 15 7月, 2020 1 次提交
-
-
由 Denghui Dong 提交于
This reverts commit e8704b92.
-
- 07 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: Fixed build failure on Windows by disabling CPU related features Test Plan: hotspot/test/sanity Reviewed-by: kuaiwei, yuleil Issue: https://github.com/alibaba/dragonwell8/issues/92
-
- 05 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: added two new options to support tenant cpu controlling Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, superajun-wsj Issue: https://github.com/alibaba/dragonwell8/issues/84
-
- 03 4月, 2020 1 次提交
-
-
由 Hao Tang 提交于
Summary: ported heap isolation feature of MultiTenant to Dragonwell8 Test Plan: hotspot/test/multi-tenant/ Reviewed-by: luchsh, mmyxym Issue: https://github.com/alibaba/dragonwell8/issues/90
-
- 02 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: ported HotSpot interfaces to Dragonwell8 to support MultiTenant framework Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/84
-
- 05 12月, 2019 4 次提交
-
-
由 卓昂 提交于
Test Plan: existing test cases Reviewed-by: shiyue Issue: https://github.com/alibaba/dragonwell8/issues/52
-
由 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
-
由 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
-
由 卓昂 提交于
Reviewers: 效山, 芳玺, 传胜, 三红, yumin.qi Reviewed By: 三红, 芳玺, 效山, 卓仁 Differential Revision: https://aone.alibaba-inc.com/code/D815657
-
- 18 6月, 2015 1 次提交
-
-
由 ascarpino 提交于
Reviewed-by: kvn, jrose, phh
-
- 05 7月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: phh, mbalao, bae
-
- 25 10月, 2018 1 次提交
-
-
由 phh 提交于
Summary: Correction of failed backport of JDK-8211394 via JDK-8212696. Reviewed-by: dholmes, coffeys
-
- 20 10月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: dbuck
-
- 18 10月, 2018 1 次提交
-
-
由 phh 提交于
Summary: Backport from JDK12 Reviewed-by: dholmes
-
- 16 10月, 2018 1 次提交
-
-
由 phh 提交于
Summary: Backport from JDK9 Reviewed-by: dholmes, coffeys
-
- 12 9月, 2018 1 次提交
-
-
由 coleenp 提交于
Reviewed-by: acorn, hseigel, ahgross, rhalade
-
- 11 7月, 2018 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes
-
- 04 7月, 2018 1 次提交
-
-
由 fmatte 提交于
Summary: Add resolved_references and init_lock as hidden static field in class so root is found. Reviewed-by: dholmes, coleenp
-
- 23 1月, 2018 2 次提交
- 09 1月, 2018 2 次提交
-
-
由 kevinw 提交于
8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid Reviewed-by: coleenp
-
由 kevinw 提交于
8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid Reviewed-by: coleenp
-
- 25 12月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: dholmes
-
- 19 12月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Implement Diagnostic Commands for heap and finalizerinfo Reviewed-by: mchung
-
- 08 11月, 2017 1 次提交
-
-
由 hseigel 提交于
Reviewed-by: acorn, ahgross, rhalade Contributed-by: harold.seigel@oracle.com
-
- 10 8月, 2017 2 次提交
-
-
由 thartmann 提交于
Summary: C1 intrinsics for System.nanoTime(), System.currentTimeMillis() and JVM.counterTime() should be pinned. Reviewed-by: kvn, vlivanov, iveresov
-
由 thartmann 提交于
Summary: C1 intrinsics for System.nanoTime(), System.currentTimeMillis() and JVM.counterTime() should be pinned. Reviewed-by: kvn, vlivanov, iveresov
-
- 15 5月, 2017 1 次提交
-
-
由 tschatzl 提交于
Summary: Make appending found dead BasicHashtableEntrys to the free list atomic. Reviewed-by: ehelin, shade
-
- 26 4月, 2017 2 次提交
- 20 4月, 2017 1 次提交
-
-
由 shshahma 提交于
8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field Summary: Added code to emit name and signature of duplicate field in java.lang.ClassFormatError exception message Reviewed-by: dholmes, coleenp
-
- 24 2月, 2017 2 次提交
- 07 2月, 2017 1 次提交
-
-
由 vkempik 提交于
Summary: Use Patching_lock to synchronize access between set_code() and clear_code(). Reviewed-by: kvn, dlong
-
- 02 2月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Fix method searches to handle static, private instance and overpass Reviewed-by: acorn
-
- 03 11月, 2016 2 次提交
- 20 9月, 2016 2 次提交
-
-
由 shshahma 提交于
Summary: Behavior of strncmp may be unexpected if char buffers[s] is[are] not null terminated and buffer size is smaller than the length n. Added check to avoid this scenario. Reviewed-by: dholmes, iklam
-
由 shshahma 提交于
Summary: Behavior of strncmp may be unexpected if char buffers[s] is[are] not null terminated and buffer size is smaller than the length n. Added check to avoid this scenario. Reviewed-by: dholmes, iklam
-
- 11 8月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: rprotacio
-