-
Bug
-
Resolution: Fixed
-
P4
-
9-repo-verona
-
team
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8144377 | 9 | Iris Clark | P4 | Resolved | Fixed | b95 |
Additional comma in test description causes regression test error.
Here's the required diff to remove the extra character:
--- a/test/sun/misc/Version/Version.java
+++ b/test/sun/misc/Version/Version.java
@@ -22,7 +22,7 @@
*/
/* @test
- * @bug 6994413, 8134365
+ * @bug 6994413 8134365
* @summary Check the JDK and JVM version returned by sun.misc.Version
* matches the versions defined in the system properties.
* Should use the API described inJDK-8136651 when available
Here's the required diff to remove the extra character:
--- a/test/sun/misc/Version/Version.java
+++ b/test/sun/misc/Version/Version.java
@@ -22,7 +22,7 @@
*/
/* @test
- * @bug 6994413, 8134365
+ * @bug 6994413 8134365
* @summary Check the JDK and JVM version returned by sun.misc.Version
* matches the versions defined in the system properties.
* Should use the API described in
- backported by
-
JDK-8144377 Fix @bug in sun/misc/Version/Version.java
-
- Resolved
-
- relates to
-
JDK-8134365 Test test/sun/misc/Version/Version.java should follow Verona rules for trailing zeros
-
- Resolved
-