Skip to content

Commit

Permalink
Generated from commit: 464afb5019978fe560cf5b44ea0224946bfbe3cf
Browse files Browse the repository at this point in the history
Signed-off-by: genie-openj9 <[email protected]>
  • Loading branch information
genie-openj9 committed Sep 19, 2024
1 parent 3e7f477 commit c90056f
Show file tree
Hide file tree
Showing 4 changed files with 335 additions and 334 deletions.
7 changes: 4 additions & 3 deletions docs/migrating11to17/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8894,15 +8894,16 @@ <h2 id="new-openj9-features-and-changes">New OpenJ9 features and changes</h2>
</thead>
<tbody>
<tr>
<td>Linux builds for all platforms use gcc 10.3 instead of gcc 7.5. See the list of <a href="../openj9_support/#build-environments">build environments</a>.</td>
<td>The default operating system stack size on x64 platforms is increased from 256 KB to 512 KB to accommodate vector support. You can change the operating system stack size by using the <a href="../xmso/">-Xmso</a> option.</td>
<td>0.33.0</td>
</tr>
<tr>
<td>The default operating system stack size on x64 platforms is increased from 256 KB to 512 KB to accommodate vector support. You can change the operating system stack size by using the <a href="../xmso/">-Xmso</a> option.</td>
<td>0.33.0</td>
<td>When the VM loads an application native library (DLL), it searches for the library in the path that is specified in the <code>java.library.path</code> system property or in the following environment variables:<ul><li><code>LIBPATH</code> - z/OS&reg; and AIX&reg;</li><li><code>LD_LIBRARY_PATH</code> - Linux&reg;<li><code>PATH</code> - Windows&trade;</li></ul><br>In Java 11 and earlier versions, the VM searched for the application native libraries by using both the <code>java.library.path</code> system property and the environment variable.<br>From Java 17 onwards, the search is based on only the <code>java.library.path</code> system property value that is obtained when the VM starts. Changing the <code>java.library.path</code> system property value after VM startup doesn't change the search. If the path is set on the command line by using the <code>-Djava.library.path</code> option, only this path is used for the search. The path that is specified by the environment variable is not used to search for the application native libraries.<br>The default value of the <code>java.library.path</code> system property is still derived from the environment variable.</td>
<td>0.29.1</td>
</tr>
</tbody>
</table>
<!--|Linux builds for all platforms use gcc 10.3 instead of gcc 7.5. See the list of [build environments](openj9_support.md#build-environments).| 0.33.0 | (SG - Commented this in 0.47.0 release It is an out-of-date statement because both 11 and 17 use gcc 11.2 now.)-->



Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit c90056f

Please sign in to comment.