Withdrawn: 8325361: Make sun.net.www.MessageHeader final

2024-02-25 Thread Korov
On Sun, 25 Feb 2024 14:20:54 GMT, Korov wrote: > Make sun.net.www.MessageHeader final, and replace C-style array type > declaration with Java-style array declaration. This pull request has been closed without being integrated. - PR: https://git.openjdk.org/jdk/pull/17997

Re: RFR: 8325361: Make sun.net.www.MessageHeader final

2024-02-25 Thread Korov
On Sun, 25 Feb 2024 14:28:30 GMT, Alan Bateman wrote: > The motivation for JDK-8325361 is to remove > `@SuppressWarnings("this-escape")` from the constructor. Hi @AlanBateman ,Thanks for reminding me, I'm new to this project, It would be much appreciated if you could provide any constructive

Re: RFR: 8325361: Make sun.net.www.MessageHeader final [v2]

2024-02-25 Thread Korov
> Make sun.net.www.MessageHeader final, and replace C-style array type > declaration with Java-style array declaration. Korov has updated the pull request incrementally with one additional commit since the last revision: remove @SuppressWarnings("this-escape") - Changes: -

Re: RFR: 8325361: Make sun.net.www.MessageHeader final

2024-02-25 Thread Alan Bateman
On Sun, 25 Feb 2024 14:20:54 GMT, Korov wrote: > Make sun.net.www.MessageHeader final, and replace C-style array type > declaration with Java-style array declaration. The motivation for JDK-8325361 is to remove `@SuppressWarnings("this-escape")` from the constructor. - PR

RFR: 8325361: Make sun.net.www.MessageHeader final

2024-02-25 Thread Korov
Make sun.net.www.MessageHeader final, and replace C-style array type declaration with Java-style array declaration. - Commit messages: - 8325361: Make sun.net.www.MessageHeader final Changes: https://git.openjdk.org/jdk/pull/17997/files Webrev: