RFR: 8329251: Print custom truststore/ keystore name [v11]
Prasadrao Koppula
pkoppula at openjdk.org
Thu Nov 7 04:44:25 UTC 2024
> Using SharedSecrets, I attempted to expose FileInputStream::path information. After implementing the fix, I validated the startup performance tests. Observed no consistent pattern of performance drops or gains, can disregard the occasional performance drop observed in 1 or 2 runs.
Prasadrao Koppula has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 11 commits:
- Merge master
- initialized storeName with empty string
- Replaced Paths.get with Path.of
- Removed unnecessary code
- Removed unnecessary code
- Handled nested wrappers around FileInputStream
- Handled BIS case as well
- JDK-8329251
- JDK-8329251
- JDK-8329251
- ... and 1 more: https://git.openjdk.org/jdk/compare/f2316f68...c90b4f30
-------------
Changes: https://git.openjdk.org/jdk/pull/20414/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20414&range=10
Stats: 341 lines in 12 files changed: 330 ins; 1 del; 10 mod
Patch: https://git.openjdk.org/jdk/pull/20414.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20414/head:pull/20414
PR: https://git.openjdk.org/jdk/pull/20414
More information about the core-libs-dev
mailing list