-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b135
-
Not verified
The jlink exclude VM plugin does not support static libraries.
If jlink is used to generate a Java runtime based on a target jmod directory that was built statically, jlink will
report that it can't find the VM.
Error: Selected VM server doesn't exist.
This is due to the fact that the plug-in is looking for either a .so or .dylib file extension depending
on the platform rather than .a files.
This functionality will be needed to support iOS platforms.
If jlink is used to generate a Java runtime based on a target jmod directory that was built statically, jlink will
report that it can't find the VM.
Error: Selected VM server doesn't exist.
This is due to the fact that the plug-in is looking for either a .so or .dylib file extension depending
on the platform rather than .a files.
This functionality will be needed to support iOS platforms.
- clones
-
JDK-8163116 jlink exclude VM plugin does not fully support cross platform image creation
-
- Closed
-
- is blocked by
-
JDK-8164999 libjimage.so does not work when linked statically
-
- Closed
-
- relates to
-
JDK-8165503 jlink exclude VM plugin's handling of jvmlibs is wrong
-
- Closed
-
-
JDK-8136556 Add the ability to perform static builds of MacOSX x64 binaries
-
- Resolved
-