Re: RFR: 8335791: Speed ​​up j.u.Formatter & String.format [v4]

2024-07-05 Thread Shaojin Wen
On Sat, 6 Jul 2024 00:15:04 GMT, Shaojin Wen wrote: >> String.format is widely used, and improving its performance is very >> meaningful. This PR can significantly improve the performance of >> String.format. Sorry, there are many changes, which will take a lot of time. >> I hope you can revie

Re: RFR: 8328723: IP Address error when client enables HTTPS endpoint check on server socket

2024-07-05 Thread Bradford Wetmore
On Fri, 5 Jul 2024 08:58:03 GMT, Prajwal Kumaraswamy wrote: > The client identity checks when "HTTPS" endpoint identification algorithm is > set on SSL server throws "java.security.cert.CertificateException: No subject > alternative names present" when client certificate's SubjectAltName exten

Re: RFR: 8335791: Speed ​​up j.u.Formatter & String.format [v4]

2024-07-05 Thread Shaojin Wen
> String.format is widely used, and improving its performance is very > meaningful. This PR can significantly improve the performance of > String.format. Sorry, there are many changes, which will take a lot of time. > I hope you can review it patiently. > > > Improved performance includes the

Re: RFR: 8335791: Speed ​​up j.u.Formatter & String.format [v3]

2024-07-05 Thread Shaojin Wen
On Fri, 5 Jul 2024 20:43:51 GMT, Shaojin Wen wrote: >> String.format is widely used, and improving its performance is very >> meaningful. This PR can significantly improve the performance of >> String.format. Sorry, there are many changes, which will take a lot of time. >> I hope you can revie

Re: RFR: 8335791: Speed ​​up j.u.Formatter & String.format [v3]

2024-07-05 Thread Chen Liang
On Fri, 5 Jul 2024 20:43:51 GMT, Shaojin Wen wrote: >> String.format is widely used, and improving its performance is very >> meaningful. This PR can significantly improve the performance of >> String.format. Sorry, there are many changes, which will take a lot of time. >> I hope you can revie

Re: RFR: 8335791: Speed ​​up j.u.Formatter & String.format [v3]

2024-07-05 Thread Shaojin Wen
> String.format is widely used, and improving its performance is very > meaningful. This PR can significantly improve the performance of > String.format. Sorry, there are many changes, which will take a lot of time. > I hope you can review it patiently. > > > Improved performance includes the

Re: RFR: 8335791: Speed ​​up j.u.Formatter & String.format [v2]

2024-07-05 Thread Shaojin Wen
On Fri, 5 Jul 2024 18:56:58 GMT, Chen Liang wrote: >> Shaojin Wen has updated the pull request incrementally with four additional >> commits since the last revision: >> >> - use unknownFormatConversion method construct >> UnknownFormatConversionException >> - uppercase static final field nam

Re: RFR: 8335791: Speed ​​up j.u.Formatter & String.format [v2]

2024-07-05 Thread Shaojin Wen
> String.format is widely used, and improving its performance is very > meaningful. This PR can significantly improve the performance of > String.format. Sorry, there are many changes, which will take a lot of time. > I hope you can review it patiently. > > > Improved performance includes the

Re: RFR: 8319332: Security properties files inclusion [v16]

2024-07-05 Thread Francisco Ferrari Bihurriet
> The implementation of this proposal is based on the requirements, > specification and design choices described in the [JDK-8319332] ticket and > its respective CSR [JDK-8319333]. What follows are implementation notes > organized per functional component, with the purpose of assisting to naviga

Re: RFR: 8335791: Speed ​​up j.u.Formatter & String.format

2024-07-05 Thread Chen Liang
On Fri, 5 Jul 2024 15:40:24 GMT, Shaojin Wen wrote: > String.format is widely used, and improving its performance is very > meaningful. This PR can significantly improve the performance of > String.format. Sorry, there are many changes, which will take a lot of time. > I hope you can review it

Re: RFR: 8333364: Minor cleanup could be done in com.sun.crypto.provider [v4]

2024-07-05 Thread Mark Powers
On Mon, 24 Jun 2024 18:26:34 GMT, Sean Mullan wrote: >> Mark Powers has updated the pull request incrementally with one additional >> commit since the last revision: >> >> move variables to above try block > > src/java.base/share/classes/com/sun/crypto/provider/FeedbackCipher.java line > 160

Re: RFR: 8335791: Speed ​​up j.u.Formatter & String.format

2024-07-05 Thread Shaojin Wen
On Fri, 5 Jul 2024 15:40:24 GMT, Shaojin Wen wrote: > String.format is widely used, and improving its performance is very > meaningful. This PR can significantly improve the performance of > String.format. Sorry, there are many changes, which will take a lot of time. > I hope you can review it

RFR: 8335791: Speed ​​up j.u.Formatter & String.format

2024-07-05 Thread Shaojin Wen
String.format is widely used, and improving its performance is very meaningful. This PR can significantly improve the performance of String.format. Sorry, there are many changes, which will take a lot of time. I hope you can review it patiently. Improved performance includes the following: ##

Re: RFR: 8328723: IP Address error when client enables HTTPS endpoint check on server socket

2024-07-05 Thread Sean Mullan
On Fri, 5 Jul 2024 08:58:03 GMT, Prajwal Kumaraswamy wrote: > The client identity checks when "HTTPS" endpoint identification algorithm is > set on SSL server throws "java.security.cert.CertificateException: No subject > alternative names present" when client certificate's SubjectAltName exten

Re: RFR: 8319332: Security properties files inclusion [v15]

2024-07-05 Thread Francisco Ferrari Bihurriet
> The implementation of this proposal is based on the requirements, > specification and design choices described in the [JDK-8319332] ticket and > its respective CSR [JDK-8319333]. What follows are implementation notes > organized per functional component, with the purpose of assisting to naviga

Re: RFR: 8328723: IP Address error when client enables HTTPS endpoint check on server socket

2024-07-05 Thread Prajwal Kumaraswamy
On Fri, 5 Jul 2024 08:58:03 GMT, Prajwal Kumaraswamy wrote: > The client identity checks when "HTTPS" endpoint identification algorithm is > set on SSL server throws "java.security.cert.CertificateException: No subject > alternative names present" when client certificate's SubjectAltName exten

RFR: 8328723: IP Address error when client enables HTTPS endpoint check on server socket

2024-07-05 Thread Prajwal Kumaraswamy
The client identity checks when "HTTPS" endpoint identification algorithm is set on SSL server throws "java.security.cert.CertificateException: No subject alternative names present" when client certificate's SubjectAltName extension does not match its IP address Since the server has no external