-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 13, 15, 16, 17
-
b18
-
x86
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8273676 | 15.0.5 | Vladimir Kempik | P4 | Resolved | Fixed | b02 |
JDK-8265205 | 11.0.12 | Lutz Schmidt | P3 | Resolved | Fixed | b01 |
Object files which flow into libjvm.dylib are created with -mmacosx-version-min=10.12.0. The same option is passed to the linker. Unfortunately, there is one assembler file (bsd_x86_64.s) which does not receive the option at assembly time. That leads to the linker warning
ld: warning: object file (<buildRoot>/hotspot/variant-server/libjvm/objs/bsd_x86_64.o) was built for newer macOS version (10.15) than being linked (10.12)
when linking on a system with a MacOS version different from 10.12. n
ld: warning: object file (<buildRoot>/hotspot/variant-server/libjvm/objs/bsd_x86_64.o) was built for newer macOS version (10.15) than being linked (10.12)
when linking on a system with a MacOS version different from 10.12. n
- backported by
-
JDK-8265205 [macos] libjvm.dylib linker warning due to macOS version mismatch
-
- Resolved
-
-
JDK-8273676 [macos] libjvm.dylib linker warning due to macOS version mismatch
-
- Resolved
-
- relates to
-
JDK-8272700 [macos] Build failure with Xcode 13.0 after JDK-8264848
-
- Resolved
-
- links to
-
Commit openjdk/jdk15u-dev/f75d51ee
-
Commit openjdk/jdk/04fa1ed4
-
Review openjdk/jdk15u-dev/92
-
Review openjdk/jdk/3379
(2 links to)