-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 21, 22, 23
-
None
-
b04
The libinstrument library is linked against libjava and libjvm, twice. This is mostly harmless but Xcode 15.x generates a warning:
Creating support/modules_libs/java.instrument/libinstrument.dylib from 12 file(s)
ld: warning: ignoring duplicate libraries: '-ljava', '-ljvm'
Digging through the history it seems like this issue was introduced withJDK-8141290.
Creating support/modules_libs/java.instrument/libinstrument.dylib from 12 file(s)
ld: warning: ignoring duplicate libraries: '-ljava', '-ljvm'
Digging through the history it seems like this issue was introduced with
- relates to
-
JDK-8140661 Rename LDFLAGS_SUFFIX to LIBS
- Resolved
-
JDK-8141290 AIX: fix build after '8140661: Rename LDFLAGS_SUFFIX to LIBS'
- Resolved
-
JDK-8142968 Module System implementation
- Closed