diff --git a/docs/migrating11to17.md b/docs/migrating11to17.md index dbae44fb25..024b7b5ed7 100644 --- a/docs/migrating11to17.md +++ b/docs/migrating11to17.md @@ -45,5 +45,7 @@ The following table lists the new OpenJ9 features and notable changes with the O | Features and changes | OpenJ9 release| |-----------------------|---------------| -|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 | -|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 [-Xmso](xmso.md) option.| 0.33.0 | +|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 [-Xmso](xmso.md) option.| 0.33.0 | +|When the VM loads an application native library (DLL), it searches for the library in the path that is specified in the `java.library.path` system property or in the following environment variables: