Re: Patch for JDK Bug 8173620

2019-03-25 Thread can comert
Hello Alan, Thanks for your quick reply. Yes, I have found it in a commit as a part of JDK-8220493 as you said. http://hg.openjdk.java.net/jdk/jdk/rev/b5a73f22b2bd#l3.134 I think this should fix the issue, thanks for your help. Best Regards, Can Cömert Alan Bateman , 25 Mar 2019 Pzt, 16:59 ta

Re: Patch for JDK Bug 8173620

2019-03-25 Thread Alan Bateman
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 underlyi

Patch for JDK Bug 8173620

2019-03-25 Thread can comert
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: