You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/security/security-guide.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,8 @@ See the [documentation](../reference-manual/native-image/CertificateManagement.m
118
118
119
119
In addition, developers can run the `native-image` builder in a dedicated environment, such as a container, that does not contain any sensitive information in the first place.
120
120
121
+
The directory containing the native image is part of the search path when loading native libraries using `System.loadLibrary()` at runtime.
122
+
121
123
### Serialization in Native Image
122
124
123
125
Native Image supports Serialization to help users deserialize the constructors for classes, contained in a native executable in the first place.
Copy file name to clipboardExpand all lines: substratevm/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This changelog summarizes major changes to GraalVM Native Image.
18
18
* (GR-19890) Native Image now sets up build environments for Windows users automatically. Running in an x64 Native Tools Command Prompt is no longer a requirement.
19
19
* (GR-43410) Added support for the JFR event `ExecutionSample`.
20
20
* (GR-44058) Red Hat added support for the JFR event `ObjectAllocationInNewTLAB`.
21
+
* (GR-42467) The search path for `System.loadLibrary()` by default includes the directory containing the native image.
21
22
22
23
## Version 22.3.0
23
24
* (GR-35721) Remove old build output style and the `-H:±BuildOutputUseNewStyle` option.
0 commit comments