7170087: tools/launcher/Arrghs.java test has wrong bugID for 7151434
Reviewed-by: ohair
--- a/jdk/test/tools/launcher/Arrrghs.java Mon May 21 10:41:08 2012 +0100
+++ b/jdk/test/tools/launcher/Arrrghs.java Mon May 21 09:40:32 2012 -0700
@@ -24,7 +24,7 @@
/**
* @test
* @bug 5030233 6214916 6356475 6571029 6684582 6742159 4459600 6758881 6753938
- * 6894719 6968053 7151314
+ * 6894719 6968053 7151434
* @summary Argument parsing validation.
* @compile -XDignore.symbol.file Arrrghs.java
* @run main Arrrghs
@@ -238,7 +238,7 @@
tr.isNotZeroOutput();
System.out.println(tr);
- // 7151314, test for non-negative exit value for an incorrectly formed
+ // 7151434, test for non-negative exit value for an incorrectly formed
// command line, '% java -jar -W', note the bogus -W
tr = doExec(javaCmd, "-jar", "-W");
tr.checkNegative();