Hello, please review this small fix ; When returning from Java_java_net_NetworkInterface_getAll (windows version), we have to free resources to avoid leaks. In some special cases this is not done .
Bug : https://bugs.openjdk.java.net/browse/JDK-8209994 change : http://cr.openjdk.java.net/~mbaesken/webrevs/8209994/ Thanks, Matthias