- 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
-
- 20 7月, 2020 1 次提交
-
-
由 Denghui Dong 提交于
Summary: added help methods to Asserts.java Test Plan: jdk/test Reviewed-by: kuaiwei, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/108
-
- 15 7月, 2020 2 次提交
-
-
由 Denghui Dong 提交于
This reverts commit bb1f71c8.
-
由 Denghui Dong 提交于
This reverts commit 42338688.
-
- 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
-
- 07 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: skip jgroup libraries on Windows Test Plan: jdk/test/multi-tenant Reviewed-by: kuaiwei, yuleil Issue: https://github.com/alibaba/dragonwell8/issues/92
-
- 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
-
- 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
-
- 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
-
- 16 4月, 2020 1 次提交
-
-
由 rriggs 提交于
Reviewed-by: skoivu, rhalade, chegar
-
- 02 5月, 2020 1 次提交
-
-
由 rhalade 提交于
Reviewed-by: mullan
-
- 01 5月, 2020 1 次提交
-
-
由 rhalade 提交于
Reviewed-by: mullan
-
- 15 6月, 2020 1 次提交
-
-
由 apetushkov 提交于
Reviewed-by: neugens Contributed-by: asemenov@azul.com
-
- 11 6月, 2020 1 次提交
-
-
由 andrew 提交于
Reviewed-by: martin
-
- 16 1月, 2020 1 次提交
-
-
由 andrew 提交于
Reviewed-by: mbalao, shade
-
- 15 1月, 2020 1 次提交
-
-
由 andrew 提交于
Reviewed-by: mbalao, sgehwolf --HG-- extra : amend_source : 80de2ae62559b587c8a6df3c459b714ecc0857c1
-
- 27 12月, 2019 1 次提交
-
-
由 卓昂 提交于
Summary: add support for opto object allocations sampling Test Plan: hotspot/test/jfr/event/objectsprofiling/TestOptoObjectAllocationsSampling.java Reviewers: zhengxiaolinX, luchsh, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/64
-
- 05 12月, 2019 4 次提交
-
-
由 maoliang.ml 提交于
Summary: G1ElasticHeap to support heap shrink/expansion in runtime Test Plan: test/elastic-heap/ Reviewers: luchsh, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/46 CR: https://github.com/alibaba/dragonwell8_jdk/pull/1
-
由 Chuansheng Lu 提交于
Summary: - Port D336186 to Dragonwell - Added 'mini' option to 'dump' sub-command of 'jmap' tool Test Plan: jdk/test/ras Reviewers: 井桐 Reviewed By: 井桐 Differential Revision: https://aone.alibaba-inc.com/code/D849318
-
由 Chuansheng Lu 提交于
Summary: - Port fix https://aone.alibaba-inc.com/project/355606/issue/8443788 to dragonwell - Switch implementation of java/net/Inet4AddressImpl.lookupAllHostAddr based on Linux glibc versions. Test Plan: jdk/test/net/ Reviewers: 井桐 Reviewed By: 井桐 Differential Revision: https://aone.alibaba-inc.com/code/D849274
-
由 guangyu.zgy 提交于
Summary: Backport of JFR(jdk part) to dragonwell based on JFR preview version(JDK11). Link: http://cr.openjdk.java.net/~mgronlun/JEP328_FlightRecorder/Preview/webrev/index.html Test Plan: test/jdk/jfr/ Reviewers: 卓昂, 传胜, 麦庶, yumin.qi, 三红, 芳玺 Reviewed By: 三红, 芳玺, 卓昂, yumin.qi Differential Revision: https://aone.alibaba-inc.com/code/D818249
-
- 17 1月, 2019 1 次提交
-
-
由 rriggs 提交于
Reviewed-by: smarks, ahgross, skoivu, rhalade
-
- 10 10月, 2019 2 次提交
-
-
由 serb 提交于
Reviewed-by: prr, alitvinov, mschoene, rhalade --HG-- rename : test/java/awt/image/DrawImage/IncorrectUnmanagedImageSourceOffset.java => test/java/awt/image/DrawImage/IncorrectManagedImageSourceOffset.java rename : test/java/awt/image/DrawImage/IncorrectUnmanagedImageSourceOffset.java => test/java/awt/image/DrawImage/SimpleManagedImage.java rename : test/java/awt/image/DrawImage/IncorrectUnmanagedImageSourceOffset.java => test/java/awt/image/DrawImage/SimpleUnmanagedImage.java
-
由 andrew 提交于
8167646: Better invalid FilePermission Reviewed-by: mbalao
-
- 26 9月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: shade
-
- 19 8月, 2019 2 次提交
- 23 1月, 2019 1 次提交
-
-
由 prr 提交于
Reviewed-by: serb, mbaesken
-
- 05 9月, 2019 1 次提交
-
-
由 mbalao 提交于
8147502: Digest is incorrectly truncated for ECDSA signatures when the bit length of n is less than the field size Summary: Truncate the digest according to the group order, not the field size Reviewed-by: shade, andrew
-
- 04 9月, 2019 1 次提交
-
-
由 andrew 提交于
Summary: Move dependencies into the com.sun.crypto.provider package Reviewed-by: shade --HG-- rename : src/share/classes/jdk/internal/util/Preconditions.java => src/share/classes/com/sun/crypto/provider/Preconditions.java
-
- 16 5月, 2019 1 次提交
-
-
由 dkejriwal 提交于
Reviewed-by: naoto, rpatil
-
- 22 8月, 2019 1 次提交
-
-
由 naoto 提交于
Reviewed-by: bpb, lancea --HG-- extra : rebase_source : a2e4cca7d24f1ee9f803b76f36785d5bdef2d760
-
- 29 4月, 2019 1 次提交
-
-
由 bpb 提交于
Reviewed-by: dfuchs, prappo --HG-- extra : amend_source : 80bdb05e19be5df93a54677d1ef197eb20262d8a
-
- 24 8月, 2019 1 次提交
-
-
由 psadhukhan 提交于
Summary: Do not use justification if string width of text is within screenWidth Reviewed-by: prr, serb Contributed-by: verghese@amazon.com
-
- 30 12月, 2018 1 次提交
-
-
由 tvaleev 提交于
Reviewed-by: igerasim, smarks
-
- 20 6月, 2019 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: shade
-
- 25 4月, 2019 1 次提交
-
-
由 sgehwolf 提交于
Reviewed-by: shade, adinn, andrew
-
- 04 7月, 2018 1 次提交
-
-
由 bpb 提交于
Summary: Clear handler instance variable after use Reviewed-by: rriggs, alanb
-
- 24 7月, 2019 1 次提交
-
-
由 andrew 提交于
Summary: Updated SunPKCS11 provider with SunJCE provider behavior Reviewed-by: xuelei
-