-
Bug
-
Resolution: Fixed
-
P1
-
8
-
b117
-
b122
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8030189 | 9 | Pete Brunet | P1 | Resolved | Fixed | b06 |
JDK-8031262 | 8u5 | Sergey Bylokhov | P1 | Resolved | Fixed | b03 |
JDK-8013043 caused a regression. When the Java Access Bridge is started get the following:
Exception in thread "Thread-2" java.lang.UnsatisfiedLinkError: com.sun.java.accessibility.AccessBridge.runDLL()V
at com.sun.java.accessibility.AccessBridge.runDLL(Native Method)
The native method run() was renamed runDLL() but the corresponding native side was not changed.
Exception in thread "Thread-2" java.lang.UnsatisfiedLinkError: com.sun.java.accessibility.AccessBridge.runDLL()V
at com.sun.java.accessibility.AccessBridge.runDLL(Native Method)
The native method run() was renamed runDLL() but the corresponding native side was not changed.
- backported by
-
JDK-8030189 Regression - Unsatisfied Link Error when the Java Access Bridge is started
- Resolved
-
JDK-8031262 Regression - Unsatisfied Link Error when the Java Access Bridge is started
- Resolved
- relates to
-
JDK-8029691 create regression unit test for generic problem of loading native libs evidenced in JDK-8029045
- Closed