Hi Götz, thanks for the review!
Best regards, Martin From: Lindenmaier, Goetz <[email protected]> Sent: Montag, 25. Januar 2021 10:49 To: Doerr, Martin <[email protected]>; core-libs-dev <[email protected]>; [email protected] Cc: Langer, Christoph <[email protected]> Subject: RE: [11u] RFR: 7146776: deadlock between URLStreamHandler.getHostAddress and file.Handler.openconnection Hi, Thanks for downporting this, looks good. Best regards, Goetz. From: Doerr, Martin <[email protected]<mailto:[email protected]>> Sent: Tuesday, January 19, 2021 6:44 PM To: core-libs-dev <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]> Cc: Lindenmaier, Goetz <[email protected]<mailto:[email protected]>>; Langer, Christoph <[email protected]<mailto:[email protected]>> Subject: [11u] RFR: 7146776: deadlock between URLStreamHandler.getHostAddress and file.Handler.openconnection Hi, JDK-7146776 is backported to 11.0.11-oracle. I'd like to backport it for parity. Change doesn't apply cleanly because of Copyright year changes and a minor difference in a hunk which gets removed by this change: 11u Code contains host.equals(""), patch wants to remove host.isEmpty() from URLStreamHandler.java. Bug: https://bugs.openjdk.java.net/browse/JDK-7146776 Original change: https://git.openjdk.java.net/jdk/commit/db9c114d 11u backport: http://cr.openjdk.java.net/~mdoerr/7146776_windows_deadlock_11u/webrev.00/ Please review. Best regards, Martin
