-
Sub-task
-
Resolution: Fixed
-
P4
-
9-repo-verona
-
team
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8144367 | 9 | Alejandro Murillo | P4 | Resolved | Fixed | b95 |
For some hotspot tests the VM is failing to start due to a "java.version"
parsing problem in the jaxp code (only happens when JFR tracing is enabled)
The reason is that some code in the jaxp repo needs to compare versions.
Currently that code only caress about the major version.
This change will fix that until a comprehensive solution to compare version strings
is implemented
parsing problem in the jaxp code (only happens when JFR tracing is enabled)
The reason is that some code in the jaxp repo needs to compare versions.
Currently that code only caress about the major version.
This change will fix that until a comprehensive solution to compare version strings
is implemented
- backported by
-
JDK-8144367 Allow for parsing jdk9 new version string
- Resolved