Re: [jdk21] RFR: 8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider

2023-07-19 Thread Valerie Peng
On Wed, 19 Jul 2023 17:51:20 GMT, Valerie Peng wrote: > 8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider /Integrate - PR Comment: https://git.openjdk.org/jdk21/pull/139#issuecomment-1642849132

Re: [jdk21] RFR: 8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider

2023-07-19 Thread Valerie Peng
On Wed, 19 Jul 2023 21:02:56 GMT, Xue-Lei Andrew Fan wrote: >> 8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider > > src/java.base/share/classes/com/sun/crypto/provider/PBKDF2KeyImpl.java line > 274: > >> 272: } >> 273: >> 274: SecretKey that =

Re: [jdk21] RFR: 8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider

2023-07-19 Thread Xue-Lei Andrew Fan
On Wed, 19 Jul 2023 17:51:20 GMT, Valerie Peng wrote: > 8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider Marked as reviewed by xuelei (Reviewer). src/java.base/share/classes/com/sun/crypto/provider/PBKDF2KeyImpl.java line 274: > 272: } > 273: > 274:

Re: [jdk21] RFR: 8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider

2023-07-19 Thread Anthony Scarpino
On Wed, 19 Jul 2023 17:51:20 GMT, Valerie Peng wrote: > 8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider Marked as reviewed by ascarpino (Reviewer). - PR Review: https://git.openjdk.org/jdk21/pull/139#pullrequestreview-1537839835

Re: [jdk21] RFR: 8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider

2023-07-19 Thread Sean Mullan
On Wed, 19 Jul 2023 17:51:20 GMT, Valerie Peng wrote: > 8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider Marked as reviewed by mullan (Reviewer). - PR Review: https://git.openjdk.org/jdk21/pull/139#pullrequestreview-1537771538

[jdk21] RFR: 8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider

2023-07-19 Thread Valerie Peng
8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider - Commit messages: - Backport 28c4d196cff8576b69cf115cda538ab1dad978d2 Changes: https://git.openjdk.org/jdk21/pull/139/files Webrev: https://webrevs.openjdk.org/?repo=jdk21=139=00 Issue: