JDK-8220367 : Investigate Deadlock involving FileSystems.getDefault and System.loadLibrary call
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 8u72
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2019-03-08
  • Updated: 2019-04-23
  • Resolved: 2019-04-16
Related Reports
Duplicate :  
Relates :  
Description
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.

Comments
8181205 is the origin of the System.loadLibrary call.
15-04-2019