On Thu, 3 Dec 2020 17:42:00 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
>> Incorrect format string was found by IntelliJ IDEA inspection `Java | >> Probable bugs | Malformed format string` > > Submitted: https://bugs.openjdk.java.net/browse/JDK-8257707 -- rename this PR > to "8257707: Fix incorrect format string in Http1HeaderParser" to get it > hooked here. Also, merge from master to get Windows builds fixed and > re-tested. Hi Andrei, Thanks for finding this. Could you run the HttpClient tests - and if they pass I'll sponsor the changes. jtreg -verbose:summary -a -ea -esa -agentvm -conc:4 -ignore:quiet -timeout:2 -jdk:<path to the jdk you just built> test/jdk/java/net/httpclient Alternatively you can run tier2 tests - which include the HttpClient changes: make test-tier2 (but that's going to run many more tests) best regards, -- daniel ------------- PR: https://git.openjdk.java.net/jdk/pull/1495