- 31 10月, 2019 1 次提交
-
-
由 mbalao 提交于
Reviewed-by: jbachorik
-
- 04 7月, 2018 1 次提交
-
-
由 bpb 提交于
Summary: Clear handler instance variable after use Reviewed-by: rriggs, alanb
-
- 01 3月, 2019 1 次提交
-
-
由 mbalao 提交于
Summary: Consider algorithmic bold in FontMetrics.getMaxAdvance value and update obliqueness. Reviewed-by: prr, serb
-
- 06 12月, 2018 1 次提交
-
-
由 itakiguchi 提交于
Reviewed-by: prr
-
- 06 7月, 2019 1 次提交
-
-
由 andrew 提交于
8135248: Add utility methods to check indexes and ranges 8142493: Utility methods to check indexes and ranges doesn't specify behavior when function produces null 8146458: Improve exception reporting for Objects.checkIndex/checkFromToIndex/checkFromIndexSize 8155794: Move Objects.checkIndex BiFunction accepting methods to an internal package Summary: Do bounds check per encryption/decryption call instead of per block Reviewed-by: mbalao
-
- 02 7月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: naoto, aph, phh
-
- 06 6月, 2018 1 次提交
-
-
由 nishjain 提交于
Reviewed-by: naoto
-
- 23 11月, 2017 1 次提交
-
-
由 nishjain 提交于
Reviewed-by: naoto Contributed-by: nishit.jain@oracle.com
-
- 30 8月, 2018 1 次提交
-
-
由 ljiang 提交于
Reviewed-by: naoto
-
- 29 6月, 2019 4 次提交
-
-
由 neugens 提交于
8209775: ISO 4217 Amendment #169 update Reviewed-by: naoto, andrew
-
由 neugens 提交于
8202026: ISO 4217 amendment 166 8204269: ISO 4217 amendment 167 Reviewed-by: naoto, andrew Contributed-by: li.jiang@oracle.com
-
由 andrew 提交于
Reviewed-by: naoto, rriggs, tbell, phh Contributed-by: nishit.jain@oracle.com
-
由 andrew 提交于
Reviewed-by: alanb, peytoia, naoto, phh
-
- 28 6月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: okutsu, peytoia
-
- 26 6月, 2019 1 次提交
-
-
由 ljiang 提交于
Reviewed-by: naoto
-
- 24 5月, 2019 2 次提交
- 16 6月, 2018 1 次提交
-
-
由 prr 提交于
Reviewed-by: bae
-
- 05 6月, 2019 1 次提交
-
-
由 shade 提交于
Reviewed-by: forax, smarks, andrew
-
- 12 12月, 2018 1 次提交
-
-
由 tnakamura 提交于
Summary: Retains masks at XSelectInput and deletes all IM data at DestroyXIMCallback Reviewed-by: naoto
-
- 11 4月, 2018 1 次提交
-
-
由 michaelm 提交于
8196775: java/net/Socket/asyncClose/Race.java failed intermittently on Windows with ConnectException: Connection refused Reviewed-by: dfuchs
-
- 29 5月, 2019 3 次提交
- 09 11月, 2017 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: martin, tvaleev
-
- 03 11月, 2016 1 次提交
-
-
由 amlu 提交于
8143097: java/net/ipv6tests/UdpTest.java fails intermittently with "checkTime failed: got 1998 expected 4000" Reviewed-by: chegar
-
- 04 3月, 2016 1 次提交
-
-
由 darcy 提交于
Reviewed-by: lancea
-
- 27 2月, 2020 1 次提交
-
-
由 akasko 提交于
Reviewed-by: andrew
-
- 25 2月, 2020 1 次提交
-
-
由 neugens 提交于
Reviewed-by: prr, kizune
-
- 28 3月, 2016 1 次提交
-
-
由 rgoel 提交于
Summary: Updated Windows 10 kernel name. Reviewed-by: okutsu, shade, sgehwolf
-
- 18 7月, 2019 1 次提交
-
-
由 prr 提交于
Reviewed-by: serb, psadhukhan
-
- 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
-
- 02 7月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: naoto, aph, phh
-
- 08 10月, 2016 1 次提交
-
-
由 bchristi 提交于
Summary: Remove ClassLoader.domains Reviewed-by: coleenp, dholmes, mchung, naoto
-
- 28 6月, 2019 1 次提交
-
-
由 sgehwolf 提交于
Summary: Set the property on the command line as the JDK 11 version Reviewed-by: clanger, andrew, chegar
-
- 22 11月, 2014 1 次提交
-
-
由 smarks 提交于
Reviewed-by: lancea, rriggs
-
- 12 11月, 2019 1 次提交
-
-
由 neugens 提交于
Summary: Avoid focus logic when only mouse wheel is moved up/down. Reviewed-by: serb, dmarkov
-
- 22 4月, 2014 1 次提交
-
-
由 shurailine 提交于
Summary: Remove dependency on sun.misc.IOUtils.readFully(InputStream, int, boolean) Reviewed-by: alanb, mchung, chegar Contributed-by: NAlexandre Iline <alexandre.iline@oracle.com>
-
- 24 10月, 2019 1 次提交
-
-
由 alvdavi 提交于
Reviewed-by: andrew
-
- 12 1月, 2020 1 次提交
-
-
由 andrew 提交于
Reviewed-by: mbalao
-