Hi All, Please review my changes for below bug.
Bug:JDK-8073542 : File Leak in jdk/src/java/base/unix/native/libnet/PlainDatagramSocketImpl.c
Webrev: http://cr.openjdk.java.net/~dfuchs/vyom/8073542/webrev.00This change ensure that if "setsocketopt" fails we close the corresponding fd and throw correct exception.
Thanks, Vyom