Skip to content

Commit

Permalink
Generated from commit: fe6ed2e
Browse files Browse the repository at this point in the history
Signed-off-by: genie-openj9 <[email protected]>
  • Loading branch information
genie-openj9 committed Mar 5, 2024
1 parent ef55d41 commit e8276ae
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
3 changes: 2 additions & 1 deletion openj9_support/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9061,6 +9061,7 @@ <h3 id="openjdk-8">OpenJDK 8</h3>
</tr>
</tbody>
</table>
<p><span aria-hidden="true" class="twemoji warn"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc.--><path d="M224 0c-17.7 0-32 14.3-32 32v19.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416h384c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3c-31.2-35.2-48.5-80.5-48.5-127.6V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H160c0 17 6.7 33.3 18.7 45.3S207 512 224 512s33.3-6.7 45.3-18.7z"/></svg></span> <strong>Important:</strong> AIX OpenJ9 builds require the <a href="https://www.ibm.com/support/pages/fix-list-xl-cc-runtime-aix#161X">XL C++ Runtime 16.1.0.7 or later</a>.</p>
<p>When public support for an operating system version ends, OpenJ9 can no longer be supported on that level.</p>
<h3 id="openjdk-11">OpenJDK 11</h3>
<p>OpenJDK 11 binaries are expected to function on the minimum operating system levels shown in the following tables:</p>
Expand Down Expand Up @@ -9588,7 +9589,7 @@ <h3 id="openjdk-8_1">OpenJDK 8</h3>
<tr>
<td>AIX POWER BE 64-bit</td>
<td>AIX 7.2 TL5</td>
<td>xlc/C++ 13.1.3</td>
<td>xlc/C++ 16.1.0.11</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
21 changes: 21 additions & 0 deletions version0.44/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#xl-c-runtime-16107-or-later-required-for-aix-openj9-builds-on-openjdk-8" class="md-nav__link">
<span class="md-ellipsis">
XL C++ Runtime 16.1.0.7 or later required for AIX OpenJ9 builds on OpenJDK 8
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -8609,6 +8618,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#xl-c-runtime-16107-or-later-required-for-aix-openj9-builds-on-openjdk-8" class="md-nav__link">
<span class="md-ellipsis">
XL C++ Runtime 16.1.0.7 or later required for AIX OpenJ9 builds on OpenJDK 8
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -8669,6 +8687,7 @@ <h1 id="whats-new-in-version-0440">What's new in version 0.44.0</h1>
<li><a href="#binaries-and-supported-environments">New binaries and changes to supported environments</a></li>
<li><a href="#change-in-behavior-of-the-djavasecuritymanager-system-property-for-openjdk-version-8">Change in behavior of the <code>-Djava.security.manager</code> system property for OpenJDK version 8</a></li>
<li><img alt="Start of content that applies to Java 21 (LTS)" src="../cr/java21.png" /> <a href="#display-of-multiple-warnings-on-loading-the-same-agent-restricted-on-aix-systems">Display of multiple warnings on loading the same agent restricted on AIX&reg; systems</a> <img alt="End of content that applies to Java 21 (LTS)" src="../cr/java_close_lts.png" /></li>
<li><a href="#xl-c-runtime-16107-or-later-required-for-aix-openj9-builds-on-openjdk-8">XL C++ Runtime 16.1.0.7 or later required for AIX OpenJ9 builds on OpenJDK 8</a></li>
</ul>
<h2 id="features-and-changes">Features and changes</h2>
<h3 id="binaries-and-supported-environments">Binaries and supported environments</h3>
Expand All @@ -8681,6 +8700,8 @@ <h3 id="display-of-multiple-warnings-on-loading-the-same-agent-restricted-on-aix
<p>Earlier, on AIX systems, warnings were issued each time the agents were loaded dynamically into a running VM after startup without specifying the <code>-XX:+EnableDynamicAgentLoading</code> option, even if the same agents were loaded before.</p>
<p>Now, from 0.44.0 release onwards, AIX systems, like other OpenJ9 supported operating systems, can detect whether an agent was previously loaded or not. Therefore, like other platforms, on AIX systems also, the warnings are issued only once for the same agent when the <code>-XX:+EnableDynamicAgentLoading</code> option is not specified.</p>
<p>For more information, see <a href="../xxenabledynamicagentloading/"><code>-XX:[+|-]EnableDynamicAgentLoading</code></a>. <img alt="End of content that applies to Java 21 (LTS) and later" src="../cr/java_close_lts.png" /></p>
<h3 id="xl-c-runtime-16107-or-later-required-for-aix-openj9-builds-on-openjdk-8">XL C++ Runtime 16.1.0.7 or later required for AIX OpenJ9 builds on OpenJDK 8</h3>
<p>AIX OpenJ9 builds now require version 16.1.0.7 or later of the <a href="https://www.ibm.com/support/pages/fix-list-xl-cc-runtime-aix#161X">IBM XL C++ Runtime</a> on OpenJDK 8 as well.</p>
<h2 id="known-problems-and-full-release-information">Known problems and full release information</h2>
<p>To see known problems and a complete list of changes between Eclipse OpenJ9 v0.43.0 and v0.44.0 releases, see the <a href="https://github.com/eclipse-openj9/openj9/blob/master/doc/release-notes/0.44/0.44.md">Release notes</a>.</p>
<!-- ==== END OF TOPIC ==== version0.44.md ==== -->
Expand Down

0 comments on commit e8276ae

Please sign in to comment.