< prev index next >

test/jdk/javax/net/ssl/compatibility/README

Print this page

        

@@ -19,14 +19,14 @@
 # or visit www.oracle.com if you need additional information or have any
 # questions.
 
 ##### Summary #####
 This test is used to check the interop compatibility on JSSE among different
-JDK releases. The oldest version supported by the test is JDK 6. Some of Java
-source files, JdkUtils.java, Parameter.java, Server.java, and Client.java, use
-only JDK 6-compliant language features and APIs, in order to allowing different
-JDK releases can load and run associated classes.
+JDK releases. The oldest version supported by the test is JDK 7. Some of Java
+source files, JdkUtils.java, Server.java, and Client.java, use only JDK 7-compliant
+language features and APIs, in order to allowing different JDK releases can load
+and run associated classes.
 
 ##### Output #####
 The test can generate a report at $JTREG_WORKDIR/scratch/report.html to display
 the key information for each case. It also outputs all of details on both of
 server and client sides to a separated file at $JTREG_WORKDIR/scratch/test.html.

@@ -76,11 +76,11 @@
     $JDK_WORKSPACE/test/jdk/javax/net/ssl/compatibility/Compatibility.java
 
 Besides the common jtreg options, like -jdk, this test introduces some more
 properties:
 debug
-    It indicates if the test enable -Djavax.net.ssl=debug. This is a boolean
+    It indicates if the test enable -Djavax.net.debug=all. This is a boolean
     property, and the default value is false.
     It is not mandatory.
 
 fullCases
     It indicates if testing the full or mandatory set of parameter values.
< prev index next >