Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 9-repo-verona
-
Fix Version/s: 9-repo-verona
-
Component/s: core-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:team
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8144377 | 9 | Iris Clark | P4 | Resolved | Fixed | b95 |
Description
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
Attachments
Issue Links
- 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
-