Skip to content

Commit f6e9e97

Browse files
Updated 0.55 release - XL C++ and java.vm.version
Updated the release note for the 0.55.0 release with XL C++ Runtime version update and the new format of the java.vm.version [skip ci] Signed-off-by: Sreekala Gopakumar [email protected]
1 parent 1ee805a commit f6e9e97

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/release-notes/0.55/0.55.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,20 @@ The following table covers notable changes in v0.55.0. Further information about
4747
</thead>
4848
<tbody>
4949

50+
<tr>
51+
<td valign="top"><a href="https://github.com/eclipse-openj9/openj9-docs/issues/"></a></td>
52+
<td valign="top">XL C++ Runtime 17.1.3.0 or later required for AIX OpenJ9 builds.</td>
53+
<td valign="top">All versions (AIX)</td>
54+
<td valign="top">Earlier, XL C++ Runtime 16.1.0.10 or later was required for AIX OpenJ9 builds. Now, AIX OpenJ9 builds require version 17.1.3.0 or later of the IBM XL C++ Runtime.</td>
55+
</tr>
56+
57+
<tr>
58+
<td valign="top"><a href="https://github.com/eclipse-openj9/openj9/pull/22626">#22626</a></td>
59+
<td valign="top">The format of the <tt>java.vm.version</tt> system property value is updated to be compatible with the Runtime.Version parser.</td>
60+
<td valign="top">All versions</td>
61+
<td valign="top">Earlier, the format of the <tt>java.vm.version</tt> system property value was not standardized and structured and was not parse-able by the <tt>java.lang.Runtime.Version</tt> class.<br>With the new structured format, the <tt>java.lang.Runtime.Version</tt> class parses the value and you can extract specific information such as the information related to the VM version. This modification also changes the <tt>-version</tt> output. For example, <tt>build openj9-0.55.0</tt> changes to <tt>build 25+36-openj9-0.55.0</tt>.</td>
62+
</tr>
63+
5064
<tr>
5165
<td valign="top"><a href="https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/1069">#1069</td>
5266
<td valign="top">A new system property, <tt>-Djava.security.propertiesList</tt> is added to support a list of java.security property files.

0 commit comments

Comments
 (0)