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 Alan Bateman
On Fri, 6 Dec 2024 10:55:08 GMT, Prasadrao Koppula 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,passwo

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-12-05 Thread Alan Bateman
On Wed, 27 Nov 2024 14:39:31 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 >> disrega

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

2024-11-27 Thread Prasadrao Koppula
> 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. Prasa

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

2024-11-26 Thread Prasadrao Koppula
> 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. Prasa

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

2024-11-15 Thread Sean Mullan
On Thu, 14 Nov 2024 06:28:25 GMT, Prasadrao Koppula wrote: >> src/java.base/share/classes/javax/net/ssl/TrustManagerFactory.java line 283: >> >>> 281: if (ks != null && SSLLogger.isOn && >>> SSLLogger.isOn("trustmanager")) { >>> 282: String keystorePath = SharedSecrets >>>

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 string >> - Replaced Paths.get with

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

2024-11-14 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 string >> - Replaced Paths.get with

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

2024-11-07 Thread Sean Mullan
On Thu, 7 Nov 2024 04:44:25 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 >> disregard

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
> 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. Prasa

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

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

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

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

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

2024-11-06 Thread Sean Coffey
On Wed, 6 Nov 2024 12:03:56 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 >> disregard

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

2024-11-05 Thread Sean Coffey
On Tue, 5 Nov 2024 04:54:15 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 >> disregard

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

2024-11-04 Thread Prasadrao Koppula
> 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. Prasa

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

2024-11-04 Thread Prasadrao Koppula
> 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. Prasa

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

2024-11-04 Thread Prasadrao Koppula
> 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. Prasa

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

2024-10-21 Thread Prasadrao Koppula
> 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. Prasa

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

2024-10-11 Thread Sean Coffey
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 drops or gains, can >> disregard

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 drops or gains, can >> disregard

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

2024-10-07 Thread Prasadrao Koppula
> 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. Prasa

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

2024-10-07 Thread Prasadrao Koppula
> 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. Prasa

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 disregard > the

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

2024-08-11 Thread Prasadrao Koppula
> 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. Prasa

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

2024-08-01 Thread Sean Coffey
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 disregard > the