< prev index next >

test/com/sun/jdi/EvalArraysAsList.sh

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

@@ -23,15 +23,16 @@
 #
 
 #  @test
 #  @bug 8160024
 #  @summary jdb returns invalid argument count if first parameter to Arrays.asList is null
+# The test checks if evaluation of the expression java.util.Arrays.asList(null, "a")
+# works normally and does not throw an IllegalArgumentException.
 #
 #  @run shell/timeout=300 EvalArraysAsList.sh
 #
-#  The test checks if evaluation of the expression java.util.Arrays.asList(null, "a")
-#  works normally and does not throw an IllegalArgumentException.
+
 
 classname=EvalArraysAsList
 
 createJavaFile()
 {
< prev index next >