- 17 9月, 2020 1 次提交
-
-
由 lei.yul 提交于
Summary: Make the behavior of reading a closed socket to be consistent after switching wisp. Test Plan: Wisp2SocketCloseExceptionTest Reviewed-by: joeyleeeeeee97 shiyuexw Issue: alibaba/dragonwell8#124
-
- 16 9月, 2020 1 次提交
-
-
由 lei.yul 提交于
Summary: Refactoring WispSocket's InputStream and OutputStream creating code for readability. Test Plan: all wisp tests Reviewed-by: joeyleeeeeee97 shiyuexw Issue: alibaba/dragonwell8#124
-
- 03 8月, 2020 1 次提交
-
-
由 yunyao.zxl 提交于
Summary: as the title Test Plan: On Windows platform: TestAggressiveHeap.java, TestExcessGCLockerCollections.java and ThreadCpuTimesDeadlock.java Reviewed-by: yuleil, shiyuexw Issue: https://github.com/alibaba/dragonwell8/issues/113
-
- 31 7月, 2020 10 次提交
-
-
由 Denghui Dong 提交于
Summary: SafepointStatistics is a periodic event, both events are experimental now and disbaled by default Test Plan: jdk/jfr/event/runtime/TestSafepointEvents.java jdk/jfr/event/compiler/TestHugeObjectAllocationSample.java jdk/jfr/event/metadata/TestLookForUntestedEvents.java Reviewed-by: kuaiwei Issue: https://github.com/alibaba/dragonwell8/issues/116
-
由 Denghui Dong 提交于
Summary: Test Plan: jdk/jfr Reviewed-by: yuleil Issue: https://github.com/alibaba/dragonwell8/issues/112
-
由 Denghui Dong 提交于
[Backport] 8236264: Remove jdk.jfr.Recording::setFlushInterval and jdk.jfr.Recording::getFlushInterval Summary: Test Plan: jdk/jfr Reviewed-by: yuleil Issue: https://github.com/alibaba/dragonwell8/issues/112
-
由 Denghui Dong 提交于
Summary: Test Plan: jdk/jfr Reviewed-by: yuleil Issue: https://github.com/alibaba/dragonwell8/issues/112
-
由 Denghui Dong 提交于
[Backport] 8234671: JFR api/consumer/recordingstream/TestStart.java failed due to timeout at testStartTwice() Summary: Test Plan: jdk/jfr Reviewed-by: yuleil Issue: https://github.com/alibaba/dragonwell8/issues/112
-
由 Denghui Dong 提交于
Summary: Test Plan: jdk/jfr Reviewed-by: yuleil Issue: https://github.com/alibaba/dragonwell8/issues/112
-
由 Denghui Dong 提交于
Summary: Test Plan: jdk/jfr Reviewed-by: yuleil Issue: https://github.com/alibaba/dragonwell8/issues/112
-
由 Denghui Dong 提交于
Summary: Test Plan: jdk/jfr Reviewed-by: yuleil Issue: https://github.com/alibaba/dragonwell8/issues/112
-
由 Denghui Dong 提交于
Summary: Test Plan: jdk/jfr Reviewed-by: yuleil Issue: https://github.com/alibaba/dragonwell8/issues/112
-
由 Denghui Dong 提交于
Summary: Test Plan: jdk/jfr Reviewed-by: yuleil Issue: https://github.com/alibaba/dragonwell8/issues/112
-
- 29 7月, 2020 1 次提交
-
-
由 yunyao.zxl 提交于
Summary: Add JDK code of the Wisp implementation Test Plan: all Wisp tests Reviewed-by: yuleil, shiyuexw, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/113
-
- 24 7月, 2020 1 次提交
-
-
由 Denghui Dong 提交于
This reverts commit 98c962d6.
-
- 22 7月, 2020 1 次提交
-
-
由 yunyao.zxl 提交于
Summary: - From http://hg.openjdk.java.net/mlvm/mlvm/jdk/file/93a6c619b0ca/coro-simple.patch - Add 'EnableCoroutine' option to test/java/dyn/CoroutineTest.java Test Plan: test/java/dyn/CoroutineTest.java jtreg test Reviewed-by: yuleil, shiyuexw, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/113
-
- 15 7月, 2020 2 次提交
-
-
由 Denghui Dong 提交于
This reverts commit bb1f71c8.
-
由 Denghui Dong 提交于
This reverts commit 42338688.
-
- 16 4月, 2020 1 次提交
-
-
由 amenkov 提交于
Reviewed-by: sspitsyn, jwilhelm, mschoene, rhalade, mbalao, andrew
-
- 08 4月, 2020 1 次提交
-
-
由 lei.yul 提交于
Summary: - Replace null with root() to represent root container for consistency - Support rcm inheritance by Thread.inheritedResourceContainer Test Plan: jtreg com/alibaba/rcm/ multi-tenent/ Reviewed-by: luchsh, tanghaoth90 Issue: https://github.com/alibaba/dragonwell8/issues/95
-
- 06 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: ported TenantDataIsolation to Dragonwell Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, superajun-wsj Issue: https://github.com/alibaba/dragonwell8/issues/84
-
- 05 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: ported cgroup-based cpu throttling facilities Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, superajun-wsj Issue: https://github.com/alibaba/dragonwell8/issues/84
-
- 03 4月, 2020 2 次提交
-
-
由 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
-
由 weijun 提交于
Reviewed-by: ahgross, mullan, rhalade
-
- 02 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: ported MultiTenant framework to Dragonwell8 Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/84
-
- 24 3月, 2020 1 次提交
-
-
由 serb 提交于
Reviewed-by: amenkov, rhalade, mschoene, prr
-
- 18 3月, 2020 1 次提交
-
-
由 prr 提交于
Reviewed-by: serb, bpb, mschoene, rhalade
-
- 13 3月, 2020 1 次提交
-
-
由 lei.yul 提交于
Summary: Introduce ResourceContainer to manage resources. ResourceContainer defines a set of resource Constraint that limit resource usage by threads. Test Plan: jtreg com/alibaba/rcm Reviewed-by: luchsh, sanhong Issue: alibaba/dragonwell8#87
-
- 10 3月, 2020 1 次提交
-
-
由 serb 提交于
Reviewed-by: prr, amenkov, rhalade, mschoene, mbalao, andrew
-
- 19 3月, 2020 1 次提交
-
-
由 bpb 提交于
Reviewed-by: alanb, ahgross, rhalade, psandoz, mbalao, andrew
-
- 26 3月, 2020 1 次提交
-
-
由 prr 提交于
Reviewed-by: serb, psadhukhan, mschoene, rhalade
-
- 12 7月, 2020 1 次提交
-
-
由 weijun 提交于
Reviewed-by: rriggs, mullan, ahgross, rhalade, mbalao, andrew
-
- 13 2月, 2020 1 次提交
-
-
由 prr 提交于
Reviewed-by: serb, erikj, mschoene, rhalade, mbalao, andrew
-
- 18 4月, 2020 1 次提交
-
-
由 yan 提交于
Reviewed-by: mbalao, andrew
-
- 12 7月, 2020 1 次提交
-
-
由 phh 提交于
Reviewed-by: mbalao, andrew
-
- 10 4月, 2020 1 次提交
-
-
由 xuelei 提交于
Reviewed-by: jnimeh, weijun, ahgross, rhalade
-
- 16 4月, 2020 1 次提交
-
-
由 rriggs 提交于
Reviewed-by: skoivu, rhalade, chegar
-
- 12 2月, 2020 1 次提交
-
-
由 mullan 提交于
Reviewed-by: weijun, mschoene, rhalade
-
- 17 1月, 2020 1 次提交
-
-
由 mullan 提交于
Reviewed-by: weijun, rhalade, mschoene
-
- 12 2月, 2020 1 次提交
-
-
由 mullan 提交于
Reviewed-by: weijun, rhalade, mschoene
-