- 25 5月, 2020 1 次提交
-
-
由 andrew 提交于
Reviewed-by: mbalao
-
- 23 3月, 2015 1 次提交
-
-
由 snazarki 提交于
8067796: (process) Process.waitFor(timeout, unit) doesn't throw NPE if timeout is less than, or equal to zero when unit == null Summary: Implement checking for NPE in Process implementation before other conditions Reviewed-by: martin, chegar, aph, andrew
-
- 15 5月, 2020 1 次提交
-
-
由 snazarki 提交于
Reviewed-by: andrew, aph
-
- 12 1月, 2017 1 次提交
-
-
由 pkbalakr 提交于
8172559: [PIT][TEST_BUG] Move @test to be 1st annotation in java/awt/image/Raster/TestChildRasterOp.java Reviewed-by: aghaisas, psadhukhan
-
- 21 12月, 2016 1 次提交
-
-
由 prr 提交于
Reviewed-by: serb, flar
-
- 30 10月, 2019 1 次提交
-
-
由 bpb 提交于
Reviewed-by: darcy, ahgross, rhalade
-
- 11 3月, 2020 1 次提交
-
-
由 akozlov 提交于
8240521: Revert backport of 8231584: Deadlock with ClassLoader.findLibrary and System.loadLibrary call Reviewed-by: andrew
-
- 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
-
- 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
-
- 05 12月, 2019 1 次提交
-
-
由 yan 提交于
Reviewed-by: phh --HG-- extra : amend_source : 9b9eef33b7cccf88179e821e824963d55c502812
-
- 11 11月, 2019 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: chegar, vtewari
-
- 01 12月, 2018 1 次提交
-
-
由 bae 提交于
Reviewed-by: prr Contributed-by: alvdavi@amazon.com
-
- 17 12月, 2019 1 次提交
-
-
由 serb 提交于
Reviewed-by: prr, jdv
-
- 21 6月, 2019 1 次提交
-
-
由 mbalao 提交于
Reviewed-by: xuelei, phh, andrew
-
- 13 12月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: martin, andrew
-
- 06 9月, 2014 1 次提交
-
-
由 martin 提交于
Reviewed-by: prr, dougfelt Contributed-by: NBehdad Esfahbod <behdad@google.com>, Igor Kopylov <ikopylov@google.com>
-
- 10 11月, 2018 1 次提交
-
-
由 serb 提交于
Reviewed-by: prr
-
- 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
-
- 23 1月, 2019 1 次提交
-
-
由 prr 提交于
Reviewed-by: serb, mbaesken
-
- 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
-
- 30 12月, 2018 1 次提交
-
-
由 tvaleev 提交于
Reviewed-by: igerasim, smarks
-
- 20 6月, 2019 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: shade
-
- 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
-