-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
12
Platform : Mac Osx
javatestOS=Mac OS X 10.13.3 (x86_64)
java version "12-ea" 2019-03-19
Java(TM) SE Runtime Environment 19.3 (build 12-ea+12)
Java HotSpot(TM) 64-Bit Server VM 19.3 (build 12-ea+12, mixed mode)
Some of our client-lib sanity test cases failed with the below error randomly. We found this issue during SBR(Same Binary Run) test of these tests.
Error log:
----------System.err:(3/158)----------
dyld: Library not loaded: @rpath/libjli.dylib
Referenced from: /Users/gtee/swingsanity/testjdk/jdk-12.jdk/Contents/Home/bin/javac
Reason: image not found
result: Error. unexpected exit code from javac: 134
test result: Error. unexpected exit code from javac: 134
Attached full jtr file for reference.
It looks like it's a regression from taskJDK-8210729.
javatestOS=Mac OS X 10.13.3 (x86_64)
java version "12-ea" 2019-03-19
Java(TM) SE Runtime Environment 19.3 (build 12-ea+12)
Java HotSpot(TM) 64-Bit Server VM 19.3 (build 12-ea+12, mixed mode)
Some of our client-lib sanity test cases failed with the below error randomly. We found this issue during SBR(Same Binary Run) test of these tests.
Error log:
----------System.err:(3/158)----------
dyld: Library not loaded: @rpath/libjli.dylib
Referenced from: /Users/gtee/swingsanity/testjdk/jdk-12.jdk/Contents/Home/bin/javac
Reason: image not found
result: Error. unexpected exit code from javac: 134
test result: Error. unexpected exit code from javac: 134
Attached full jtr file for reference.
It looks like it's a regression from task
- relates to
-
JDK-8210729 Clean up macosx static library handling
- Resolved