Re: RFR: 8267068: Incomplete @throws javadoc for various javax.crypto.spec classes

2025-01-20 Thread Jamil Nimeh
On Sat, 18 Jan 2025 00:14:58 GMT, Mark Powers wrote: > [JDK-8267068](https://bugs.openjdk.org/browse/JDK-8267068) Looks good to me. - Marked as reviewed by jnimeh (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/23188#pullrequestreview-2563531119

RFR: 8342238: Test javax/crypto/CryptoPermissions/InconsistentEntries.java writes files in tested JDK dir

2025-01-20 Thread Fernando Guallini
The test javax/crypto/CryptoPermissions/InconsistentEntries.java should not modify the JDK home directory under test as that could impact the results of other tests, or it could fail if the JDK home dir is read-only. This PR updates the test to - clone the tested JDK into the scratch directory

RFR: 8344361: Restore null return for invalid services from legacy providers

2025-01-20 Thread Sean Coffey
Correct a corner case where null should be returned if a service from the legacyMap is marked invalid. New test case added. - Commit messages: - rename test - 8344361 Changes: https://git.openjdk.org/jdk/pull/23201/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23201&r