--- old/test/jdk/javax/net/ssl/SSLEngine/ConnectionTest.java 2018-05-11 15:07:06.172881700 -0700 +++ new/test/jdk/javax/net/ssl/SSLEngine/ConnectionTest.java 2018-05-11 15:07:05.698420700 -0700 @@ -26,17 +26,18 @@ * @bug 4495742 * @summary Add non-blocking SSL/TLS functionality, usable with any * I/O abstraction + * @ignore the dependent implementation details are changed + * @author Brad Wetmore * + * @run main/othervm ConnectionTest + */ + +/* * This is a bit hacky, meant to test various conditions. The main * thing I wanted to do with this was to do buffer reads/writes * when buffers were not empty. (buffer.position() = 10) * The code could certainly be tightened up a lot. - * - * @author Brad Wetmore - * - * @run main/othervm ConnectionTest */ - import javax.net.ssl.*; import javax.net.ssl.SSLEngineResult.*; import java.io.*;