-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
8u72
Application hangs with threads in WAITING and BLOCKED at
at java.lang.Runtime.loadLibrary0(Runtime.java:862)
waiting on a lock that is held by a third thread which is stuck at
at java.nio.file.FileSystems.getDefault(FileSystems.java:176)
Need to confirm the issue is the same as
https://bugs.openjdk.java.net/browse/JDK-8194653 and request a fix for JDK 8.
at java.lang.Runtime.loadLibrary0(Runtime.java:862)
waiting on a lock that is held by a third thread which is stuck at
at java.nio.file.FileSystems.getDefault(FileSystems.java:176)
Need to confirm the issue is the same as
https://bugs.openjdk.java.net/browse/JDK-8194653 and request a fix for JDK 8.
- duplicates
-
JDK-8194653 Deadlock involving FileSystems.getDefault and System.loadLibrary call
- Resolved
- relates to
-
JDK-8181205 JRE fails to load/register security providers when started from UNC pathname
- Closed