Relates :
|
|
Relates :
|
test/jdk/java/security/SecureClassLoader/DefineClass.java checks that a security manager works with "http://127.0.0.1". This fails on IPv6-only systems. This was "fixed" in https://bugs.openjdk.java.net/browse/JDK-8224256, then reverted in https://bugs.openjdk.java.net/browse/JDK-8224635. With the JDK-8224256 change, the test consistently fails on Linux and Windows and intermittently on Solaris in the test farm. It passes locally on my Linux machine. There may be multiple causes to the different failures, e.g. the Linux machines in the test farm don't have localhost mapped to [::1].