Re: RFR: 8323624: ProviderList.ServiceList does not need to be a list [v3]

2024-03-05 Thread Weijun Wang
On Tue, 5 Mar 2024 14:24:35 GMT, Sean Mullan wrote: >> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> use consistent names > > src/java.base/share/classes/sun/security/jca/ProviderList.java line 429: > >> 427: * Not th

Re: RFR: 8323624: ProviderList.ServiceList does not need to be a list [v3]

2024-03-05 Thread Sean Mullan
On Fri, 12 Jan 2024 18:06:33 GMT, Weijun Wang wrote: >> Re-implement it as an `Iterator` to make sure it can only be iterated once >> and make debugger happy. >> >> No regression, just a refactoring. > > Weijun Wang has updated the pull request incrementally with one additional > commit since

Re: RFR: 8323624: ProviderList.ServiceList does not need to be a list [v3]

2024-01-12 Thread Weijun Wang
> Re-implement it as an `Iterator` to make sure it can only be iterated once > and make debugger happy. > > No regression, just a refactoring. Weijun Wang has updated the pull request incrementally with one additional commit since the last revision: use consistent names - Chang