-
Enhancement
-
Resolution: Fixed
-
P3
-
24
-
b14
As a preparation for Hermetic Java, we need to have a way to look up during runtime if we are using a statically linked library or not.
This change will be the first step needed towards compiling the object files only once, and then link them into either dynamic or static libraries. (The only exception will be the linktype.c[pp] files, which needs to be compiled twice, once for the dynamic libraries and once for the static libraries.) Getting there will require further work though.
This change will be the first step needed towards compiling the object files only once, and then link them into either dynamic or static libraries. (The only exception will be the linktype.c[pp] files, which needs to be compiled twice, once for the dynamic libraries and once for the static libraries.) Getting there will require further work though.
- relates to
-
JDK-8340475 Restoring mixed use of statically and dynamically linked JDK libraries
- Open
- links to
-
Commit(master) openjdk/jdk/a136a85b
-
Review(master) openjdk/jdk/20666