Re: RFR: 8258661: Inner class ResponseCacheEntry could be static

2020-12-17 Thread Jamil Nimeh
On Fri, 18 Dec 2020 05:55:48 GMT, Xue-Lei Andrew Fan wrote: > The inner class StatusResponseManager#ResponseCacheEntry could be static, for > better performance. > > Code cleanup, no new regression test. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8258661 Looks fine. Based on the

RFR: 8258661: Inner class ResponseCacheEntry could be static

2020-12-17 Thread Xue-Lei Andrew Fan
The inner class StatusResponseManager#ResponseCacheEntry could be static, for better performance. Code cleanup, no new regression test. Bug: https://bugs.openjdk.java.net/browse/JDK-8258661 - Commit messages: - 8258661: Inner class ResponseCacheEntry could be static Changes:

RFR: 8169086: DTLS tests fail intermittently with too much loops or timeout

2020-12-17 Thread Xue-Lei Andrew Fan
There are a few intermittent timeout in the DTLS regression test in JDK. In the DTLS implementation, invalid record is not discarded in the ByteBuffers. So, the next unwrap() will repeat the reading and thus there is a potential dead loop. The DTLS test failure cannot reproduced, and I'm not

[jdk16] Integrated: 8225072: Add LuxTrust certificate that is expiring in March 2021 to list of allowed but expired certs

2020-12-17 Thread Rajan Halade
On Thu, 17 Dec 2020 22:00:12 GMT, Rajan Halade wrote: > …ist of allowed but expired certs 8258630: Add expiry exception for QuoVadis > root certificate > > Reviewed-by: ascarpino This pull request has now been integrated. Changeset: 9fdfc6df Author:Rajan Halade URL:

[jdk16] RFR: 8225072: Add LuxTrust certificate that is expiring in March 2021 to list of allowed but expired certs

2020-12-17 Thread Rajan Halade
…ist of allowed but expired certs 8258630: Add expiry exception for QuoVadis root certificate Reviewed-by: ascarpino - Commit messages: - 8225072: Add LuxTrust certificate that is expiring in March 2021 to list of allowed but expired certs 8258630: Add expiry exception for

Re: RFR: 8252055: Use java.util.HexFormat in java.security [v2]

2020-12-17 Thread Xue-Lei Andrew Fan
On Thu, 17 Dec 2020 21:03:13 GMT, Roger Riggs wrote: >> The java.util.HexFormat methods for formatting and parsing replace a number >> of adhoc hex parsing and formatting methods in sun.security implementation >> classes. > > Roger Riggs has updated the pull request incrementally with one

Re: RFR: 8252055: Use java.util.HexFormat in java.security [v2]

2020-12-17 Thread Roger Riggs
> The java.util.HexFormat methods for formatting and parsing replace a number > of adhoc hex parsing and formatting methods in sun.security implementation > classes. Roger Riggs has updated the pull request incrementally with one additional commit since the last revision: Update copyrights

RFR: 8250255: Use java.util.HexFormat in java.security

2020-12-17 Thread Roger Riggs
The java.util.HexFormat methods for formatting and parsing replace a number of adhoc hex parsing and formatting methods in sun.security implementation classes. - Commit messages: - 8250255: Use java.util.HexFormat in java.security Changes:

Integrated: 8225072: Add LuxTrust certificate that is expiring in March 2021 to list of allowed but expired certs

2020-12-17 Thread Rajan Halade
On Thu, 17 Dec 2020 20:11:47 GMT, Rajan Halade wrote: > … certificates This pull request has now been integrated. Changeset: 666e6c40 Author:Rajan Halade URL: https://git.openjdk.java.net/jdk/commit/666e6c40 Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod 8225072: Add

Re: RFR: 8225072: Add LuxTrust certificate that is expiring in March 2021 to list of allowed but expired certs

2020-12-17 Thread Anthony Scarpino
On Thu, 17 Dec 2020 20:11:47 GMT, Rajan Halade wrote: > … certificates Marked as reviewed by ascarpino (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/1826

RFR: 8225072, 8258630: Add expiry exception for LuxTrust and QuoVadis root certificates

2020-12-17 Thread Rajan Halade
… certificates - Commit messages: - 8225072, 8258630: Add expiry exception for LuxTrust and QuoVadis root certificates Changes: https://git.openjdk.java.net/jdk/pull/1826/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk=1826=00 Issue:

Integrated: 8246005: KeyStoreSpi::engineStore(LoadStoreParameter) spec mismatch to its behavior

2020-12-17 Thread Hai-May Chao
On Tue, 8 Dec 2020 17:52:34 GMT, Hai-May Chao wrote: > This is a spec change with noreg-doc label. This pull request has now been integrated. Changeset: b0b70df4 Author:Hai-May Chao Committer: Xue-Lei Andrew Fan URL: https://git.openjdk.java.net/jdk/commit/b0b70df4 Stats: 9