Withdrawn: 8302017: Allocate BadPaddingException only if it will be thrown

2023-03-29 Thread Ahmed Muhsin
On Thu, 23 Feb 2023 18:15:35 GMT, Ahmed Muhsin wrote: > This change will move the instantiation of BadPaddingException into the > branch of the if statement where it is thrown. This will decrease the > overhead of calling `unpadV15` and `unpadOAEP`. Please see the associated > work item for p

Re: RFR: 8302819: Remove JAR Index [v2]

2023-03-29 Thread Eirik Bjorsnos
On Tue, 28 Mar 2023 20:06:03 GMT, Mandy Chung wrote: >> Eirik Bjorsnos has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains 11 additional >> commits

Re: RFR: 8302819: Remove JAR Index [v2]

2023-03-29 Thread Eirik Bjorsnos
> This PR removes the JAR index feature from the runtime: > > - `URLClassPath` is updated to remove the `enableJarIndex` system property > and any code which would be called when this property was `true` > - The `JarIndex` implementation class is moved into `jdk.jartool` module. > - The `Invalid

RFR: JDK-8305211: Remove CA certificates that are expired

2023-03-29 Thread Victor Rudometov
Removed 6 CA certificates that are expired, updated VerifyCACerts test Build passed, jtreg test VerifyCACerts passed. - Commit messages: - 8305211: Remove CA certificates that are expired Changes: https://git.openjdk.org/jdk/pull/13237/files Webrev: https://webrevs.openjdk.org/?re