-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b164
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8178170 | 10 | Magnus Ihse Bursie | P3 | Resolved | Fixed | b04 |
Since 8175307 was fixed we started seeing JPRT jobs failing with:
dyld: Library not loaded: @rpath/libjvm.dylib
Referenced from:
/opt/jprt/T/P1/144150.mgerdin/bundles/testBundle/hotspot/gtest/server/gtestLauncher
Reason: image not found
make[2]: *** [hotspot_gtestserver] Trace/BPT trap: 5 (core dumped)
It only seems to happen on OS X 10.9 systems.
May be specific to how gtests are built and linked.
dyld: Library not loaded: @rpath/libjvm.dylib
Referenced from:
/opt/jprt/T/P1/144150.mgerdin/bundles/testBundle/hotspot/gtest/server/gtestLauncher
Reason: image not found
make[2]: *** [hotspot_gtestserver] Trace/BPT trap: 5 (core dumped)
It only seems to happen on OS X 10.9 systems.
May be specific to how gtests are built and linked.
- backported by
-
JDK-8178170 Fix for 8175307 may cause linker errors on OS X 10.9
- Resolved
- relates to
-
JDK-8175307 rpath macro needs to use an argument on macosx
- Resolved