Re: RFR: 8329251: Print custom truststore/ keystore name [v13]

2024-12-06 Thread Prasadrao Koppula
On Fri, 6 Dec 2024 11:14:53 GMT, Alan Bateman wrote: > > > Would it possible to list down the API entry points where you want map > > > the InputStream back to its source? I assume methods such as > > > KeyStore.getInstance(File file, ..) are not a concern, is it the > > > load(InputStream,pas

Re: RFR: 8329251: Print custom truststore/ keystore name [v13]

2024-12-06 Thread Prasadrao Koppula
On Thu, 5 Dec 2024 14:11:29 GMT, Alan Bateman wrote: > Would it possible to list down the API entry points where you want map the > InputStream back to its source? I assume methods such as > KeyStore.getInstance(File file, ..) are not a concern, is it the > load(InputStream,password) method?

Re: RFR: 8329251: Print custom truststore/ keystore name [v13]

2024-11-27 Thread Prasadrao Koppula
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 14 commits: - Merge master - cache the InputStream in KeyStore - Copyright year - Merge master - initialized storeName with empty string - Replaced Pa

Re: RFR: 8329251: Print custom truststore/ keystore name [v12]

2024-11-26 Thread Prasadrao Koppula
1 or 2 runs. Prasadrao Koppula has updated the pull request incrementally with three additional commits since the last revision: - cache the InputStream in KeyStore - merge master - Copyright year - Changes: - all: https://git.openjdk.org/jdk/pull/20414/files - new: https://git.ope

Re: RFR: 8329251: Print custom truststore/ keystore name [v11]

2024-11-14 Thread Prasadrao Koppula
On Thu, 7 Nov 2024 17:52:53 GMT, Sean Mullan wrote: >> 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 s

Re: RFR: 8329251: Print custom truststore/ keystore name [v11]

2024-11-13 Thread Prasadrao Koppula
On Thu, 7 Nov 2024 18:46:42 GMT, Sean Mullan wrote: >> 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 s

Re: RFR: 8329251: Print custom truststore/ keystore name [v9]

2024-11-06 Thread Prasadrao Koppula
On Wed, 6 Nov 2024 14:27:15 GMT, Sean Coffey wrote: > This looks good to me. > > I'd suggest logging a new JBS issue to track removal of the > Debug.getInstance("pkcs12") use case and substituting it with > getInstance("keystore") code (esp. since pkcs12 is now the default keystore > type) N

Re: RFR: 8329251: Print custom truststore/ keystore name [v11]

2024-11-06 Thread Prasadrao Koppula
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 cod

Re: RFR: 8329251: Print custom truststore/ keystore name [v10]

2024-11-06 Thread Prasadrao Koppula
1 or 2 runs. Prasadrao Koppula has updated the pull request incrementally with one additional commit since the last revision: initialized storeName with empty string - Changes: - all: https://git.openjdk.org/jdk/pull/20414/files - new: https://git.openjdk.org/jdk/pull/20414/fi

Re: RFR: 8329251: Print custom truststore/ keystore name [v9]

2024-11-06 Thread Prasadrao Koppula
1 or 2 runs. Prasadrao Koppula has updated the pull request incrementally with one additional commit since the last revision: Replaced Paths.get with Path.of - Changes: - all: https://git.openjdk.org/jdk/pull/20414/files - new: https://git.openjdk.org/jdk/pull/20414/files/24c3f4

Re: RFR: 8329251: Print custom truststore/ keystore name [v8]

2024-11-04 Thread Prasadrao Koppula
1 or 2 runs. Prasadrao Koppula has updated the pull request incrementally with one additional commit since the last revision: Removed unnecessary code - Changes: - all: https://git.openjdk.org/jdk/pull/20414/files - new: https://git.openjdk.org/jdk/pull/20414/files/b6aa84f0..24c3f

Re: RFR: 8329251: Print custom truststore/ keystore name [v7]

2024-11-04 Thread Prasadrao Koppula
1 or 2 runs. Prasadrao Koppula has updated the pull request incrementally with one additional commit since the last revision: Removed unnecessary code - Changes: - all: https://git.openjdk.org/jdk/pull/20414/files - new: https://git.openjdk.org/jdk/pull/20414/files/57e5936c..b6aa8

Re: RFR: 8329251: Print custom truststore/ keystore name [v6]

2024-11-04 Thread Prasadrao Koppula
1 or 2 runs. Prasadrao Koppula has updated the pull request incrementally with one additional commit since the last revision: Handled nested wrappers around FileInputStream - Changes: - all: https://git.openjdk.org/jdk/pull/20414/files - new: https://git.openjdk.org/jdk/pull

Re: RFR: 8329251: Print custom truststore/ keystore name [v5]

2024-10-21 Thread Prasadrao Koppula
1 or 2 runs. Prasadrao Koppula has updated the pull request incrementally with one additional commit since the last revision: Handled BIS case as well - Changes: - all: https://git.openjdk.org/jdk/pull/20414/files - new: https://git.openjdk.org/jdk/pull/20414/files/4e65df66..6a015

Re: RFR: 8329251: Print custom truststore/ keystore name [v4]

2024-10-07 Thread Prasadrao Koppula
On Mon, 7 Oct 2024 12:42:00 GMT, Prasadrao Koppula wrote: >> 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 d

Re: RFR: 8329251: Print custom truststore/ keystore name [v4]

2024-10-07 Thread Prasadrao Koppula
1 or 2 runs. Prasadrao Koppula has updated the pull request incrementally with one additional commit since the last revision: JDK-8329251 - Changes: - all: https://git.openjdk.org/jdk/pull/20414/files - new: https://git.openjdk.org/jdk/pull/20414/files/7b5dca17..4e65df66 Webr

Re: RFR: 8329251: Print custom truststore/ keystore name [v3]

2024-10-07 Thread Prasadrao Koppula
1 or 2 runs. Prasadrao Koppula has updated the pull request incrementally with one additional commit since the last revision: JDK-8329251 - Changes: - all: https://git.openjdk.org/jdk/pull/20414/files - new: https://git.openjdk.org/jdk/pull/20414/files/e23a70d6..7b5dca17 Webr

Re: RFR: 8329251: Print custom truststore/ keystore name

2024-08-11 Thread Prasadrao Koppula
On Thu, 1 Aug 2024 04:11:24 GMT, Prasadrao Koppula wrote: > 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

Re: RFR: 8329251: Print custom truststore/ keystore name [v2]

2024-08-11 Thread Prasadrao Koppula
1 or 2 runs. Prasadrao Koppula has updated the pull request incrementally with one additional commit since the last revision: JDK-8329251 - Changes: - all: https://git.openjdk.org/jdk/pull/20414/files - new: https://git.openjdk.org/jdk/pull/20414/files/22bc6e00..e23a70d6 Webr

RFR: 8329251: Print custom truststore/ keystore name

2024-07-31 Thread Prasadrao Koppula
8329251: Print custom truststore/ keystore name - Commit messages: - JDK-8329251 Changes: https://git.openjdk.org/jdk/pull/20414/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20414&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8329251 Stats: 167 lines in 5 files