On 25/03/2019 15:46, can comert wrote:
Hello everyone,
I have created a commit for fixing the JDK Bug 8173620 which is
documented here:
https://bugs.openjdk.java.net/browse/JDK-8173620
Here is content for the commit for fixing the "Should not reach here"
error in case of the call to underlying Proxy implementation throws an
exception:
https://github.com/AdoptOpenJDK/openjdk-jdk8u/pull/4/commits/d6e6370baad78dfaf34003bb8642f1a5cc9fa064
I have not created a Mercury patch for that but before going down on
that road,
I would like to ask what is the acceptability of this patch and is it
possible to apply this into next Bug fix version for Java 8?
If it is possible and you can accept the change then I can create a
Mercury patch with same or similar content.
We can't review/accept patches that are not contributed via OpenJDK
infrastructure.
In any case, can you check jdk/jdk as I suspect this issue has already
been fixed for JDK 13. Specifically, as part of JDK-8220493, the
doTunnelling method was changed to handle any IOException thrown by the
HTTP protocol handler.
-Alan