Re: RFR: 8273299: Unnecessary Vector usage in java.security.jgss [v2]

2021-09-24 Thread Weijun Wang
On Thu, 23 Sep 2021 20:31:16 GMT, Andrey Turbanov wrote: >> Usage of thread-safe collection Vector is unnecessary. It's recommended to >> use ArrayList if a thread-safe implementation is not needed. > > Andrey Turbanov has updated the pull request incrementally with one > additional commit sin

Re: RFR: 8273299: Unnecessary Vector usage in java.security.jgss [v2]

2021-09-24 Thread Weijun Wang
On Thu, 23 Sep 2021 20:31:16 GMT, Andrey Turbanov wrote: >> Usage of thread-safe collection Vector is unnecessary. It's recommended to >> use ArrayList if a thread-safe implementation is not needed. > > Andrey Turbanov has updated the pull request incrementally with one > additional commit sin

Re: RFR: 8273299: Unnecessary Vector usage in java.security.jgss [v2]

2021-09-23 Thread Andrey Turbanov
> Usage of thread-safe collection Vector is unnecessary. It's recommended to > use ArrayList if a thread-safe implementation is not needed. Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision: 8273299: Unnecessary Vector usage in java.

Re: RFR: 8273299: Unnecessary Vector usage in java.security.jgss [v2]

2021-09-23 Thread Andrey Turbanov
On Thu, 26 Aug 2021 20:37:59 GMT, Andrey Turbanov wrote: >> src/java.security.jgss/share/classes/sun/security/krb5/internal/ccache/FileCredentialsCache.java >> line 574: >> >>> 572: v.add(st.nextToken()); >>> 573: } >>> 574: final String[] command = new String[v.siz