-
Bug
-
Resolution: Fixed
-
P2
-
7u101
-
b01
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8149279 | 8u101 | Robert Mckenna | P2 | Resolved | Fixed | b01 |
JDK-8155424 | emb-8u101 | Robert Mckenna | P2 | Resolved | Fixed | b01 |
JDK-8144960 | 7u101 | Robert Mckenna | P2 | Closed | Fixed | b01 |
JDK-8163073 | openjdk7u | Robert Mckenna | P2 | Resolved | Fixed | master |
Regression test
sun/misc/Version/Version.java
has started to fail sinceJDK-8139787 was fixed.
java.lang.IllegalStateException: No match found
at java.util.regex.Matcher.group(Matcher.java:485)
at Version.jvmVersionInfo(Version.java:156)
at Version.main(Version.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.IllegalStateException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.IllegalStateException: No match found
sun/misc/Version/Version.java
has started to fail since
java.lang.IllegalStateException: No match found
at java.util.regex.Matcher.group(Matcher.java:485)
at Version.jvmVersionInfo(Version.java:156)
at Version.main(Version.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.IllegalStateException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.IllegalStateException: No match found
- backported by
-
JDK-8149279 add support for 3 digit update release numbers
- Resolved
-
JDK-8155424 add support for 3 digit update release numbers
- Resolved
-
JDK-8163073 add support for 3 digit update release numbers
- Resolved
-
JDK-8144960 add support for 3 digit update release numbers
- Closed
- relates to
-
JDK-8145017 Add support for 3 digit hotspot minor version numbers
- Resolved
-
JDK-8139787 Increment minor version of HSx for 7u101 and initialize the build number
- Resolved
(1 relates to)