test/jdk/javax/net/ssl/SSLEngine/ConnectionTest.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 47216 71c04702a3d5
--- a/test/jdk/javax/net/ssl/SSLEngine/ConnectionTest.java	Fri May 11 14:55:56 2018 -0700
+++ b/test/jdk/javax/net/ssl/SSLEngine/ConnectionTest.java	Fri May 11 15:53:12 2018 -0700
@@ -26,17 +26,18 @@
  * @bug 4495742
  * @summary Add non-blocking SSL/TLS functionality, usable with any
  *      I/O abstraction
- *
- * 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.
- *
+ * @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.
+ */
 import javax.net.ssl.*;
 import javax.net.ssl.SSLEngineResult.*;
 import java.io.*;