- 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
-
- 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
-
- 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
-
- 05 12月, 2019 1 次提交
-
-
由 Kuai Wei 提交于
Summary: add distro name and version in java version string Reviewers: 传胜 Subscribers: 麦庶 Differential Revision: https://aone.alibaba-inc.com/code/D796935
-
- 05 11月, 2019 1 次提交
-
-
由 bae 提交于
Reviewed-by: andrew
-
- 10 10月, 2019 1 次提交
-
-
由 andrew 提交于
8167646: Better invalid FilePermission Reviewed-by: mbalao
-
- 13 1月, 2020 1 次提交
-
-
由 andrew 提交于
Summary: Protect third party use following readFully removal in JDK-8231139 Reviewed-by: mbalao
-
- 04 1月, 2020 1 次提交
-
-
由 andrew 提交于
Reviewed-by: mbalao
-
- 14 2月, 2020 1 次提交
-
-
由 wetmore 提交于
8175029: StackOverflowError in X509CRL and X509Certificate.verify(PublicKey, Provider) 8146293: Add support for RSASSA-PSS Signature algorithm 8205445: Add RSASSA-PSS Signature support to SunMSCAPI 8205720: KeyFactory#getKeySpec and translateKey throws NullPointerException with Invalid key 8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized 8213009: Refactoring existing SunMSCAPI classes 8213010: Supporting keys created with certmgr.exe 8214096: sun.security.util.SignatureUtil passes null parameter, so JCE validation fails 8215694: keytool cannot generate RSASSA-PSS certificates 8221407: Windows 32bit build error in libsunmscapi/security.cpp 8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange 8223003: SunMSCAPI keys are not cleaned up 8223063: Support CNG RSA keys 8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support 8225180: SignedObject with invalid Key not throwing the InvalidKeyException in Windows 8236470: Deal with ECDSA using ecdsa-with-SHA2 plus hash algorithm as AlgorithmId 8238502: sunmscapi.dll causing EXCEPTION_ACCESS_VIOLATION Summary: Contains elements of JDK-8051408 (see comments on JDK-8230978) Reviewed-by: valeriep, weijun, coffeys, pkoppula, andrew --HG-- rename : src/windows/classes/sun/security/mscapi/Key.java => src/windows/classes/sun/security/mscapi/CKey.java rename : src/windows/classes/sun/security/mscapi/RSAKeyPair.java => src/windows/classes/sun/security/mscapi/CKeyPair.java rename : src/windows/classes/sun/security/mscapi/RSAKeyPairGenerator.java => src/windows/classes/sun/security/mscapi/CKeyPairGenerator.java rename : src/windows/classes/sun/security/mscapi/KeyStore.java => src/windows/classes/sun/security/mscapi/CKeyStore.java rename : src/windows/classes/sun/security/mscapi/RSAPrivateKey.java => src/windows/classes/sun/security/mscapi/CPrivateKey.java rename : src/windows/classes/sun/security/mscapi/RSAPublicKey.java => src/windows/classes/sun/security/mscapi/CPublicKey.java rename : src/windows/classes/sun/security/mscapi/RSACipher.java => src/windows/classes/sun/security/mscapi/CRSACipher.java rename : src/windows/classes/sun/security/mscapi/RSASignature.java => src/windows/classes/sun/security/mscapi/CSignature.java
-
- 03 1月, 2020 4 次提交
-
-
由 andrew 提交于
8236983: [TESTBUG] Remove pointless catch block in test/jdk/sun/security/util/DerValue/BadValue.java Reviewed-by: mbalao
-
由 andrew 提交于
Reviewed-by: mbalao
-
由 andrew 提交于
Summary: Read into a list of fixed-size buffers which are gathered at the end Reviewed-by: mbalao
-
由 andrew 提交于
Reviewed-by: mbalao
-
- 24 10月, 2019 1 次提交
-
-
由 alvdavi 提交于
Reviewed-by: andrew
-
- 17 12月, 2019 1 次提交
-
-
由 zgu 提交于
Reviewed-by: phh, andrew
-
- 06 10月, 2018 2 次提交
- 08 8月, 2018 2 次提交
- 08 6月, 2018 1 次提交
-
-
由 igerasim 提交于
Summary: Also reviewed by Chris Ries <chris.ries@oracle.com> Reviewed-by: alanb, mchung, rriggs
-
- 19 4月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: mchung, igerasim
-
- 02 3月, 2018 1 次提交
-
-
由 shshahma 提交于
Reviewed-by: dfuchs, robm, jwilhelm, rriggs
-
- 20 2月, 2018 1 次提交
-
-
由 robm 提交于
Reviewed-by: chegar
-
- 07 2月, 2018 2 次提交
- 28 10月, 2017 1 次提交
-
-
由 robm 提交于
Reviewed-by: chegar, acorn
-
- 15 9月, 2017 1 次提交
-
-
由 jwilhelm 提交于
Reviewed-by: duke
-
- 13 9月, 2017 1 次提交
-
-
由 jwilhelm 提交于
Reviewed-by: shshahma
-
- 24 8月, 2017 2 次提交
- 18 8月, 2017 1 次提交
-
-
由 robm 提交于
Reviewed-by: smarks
-
- 07 7月, 2017 2 次提交
- 08 6月, 2017 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: xuelei
-
- 24 11月, 2016 1 次提交
-
-
由 valeriep 提交于
Reviewed-by: mullan Contributed-by: florian@bogner.sh
-
- 02 3月, 2018 1 次提交
-
-
由 shshahma 提交于
Reviewed-by: dfuchs, robm, jwilhelm, rriggs
-
- 20 2月, 2018 1 次提交
-
-
由 robm 提交于
Reviewed-by: chegar
-
- 07 2月, 2018 1 次提交
-
-
由 igerasim 提交于
8194259: keytool error: java.io.IOException: Invalid secret key format Reviewed-by: mullan, valeriep, rriggs, ahgross
-
- 05 10月, 2016 1 次提交
-
-
由 rriggs 提交于
8166739: Improve extensibility of ObjectInputFilter information passed to the filter Reviewed-by: dfuchs, ahgross, chegar, skoivu
-