commit | b40fc6b3dec405f8faa365e829b466258c615a61 | [log] [tgz] |
---|---|---|
author | Ivan Gerasimov <igerasim@openjdk.org> | Thu Sep 10 23:35:48 2015 +0300 |
committer | Ivan Gerasimov <igerasim@openjdk.org> | Thu Sep 10 23:35:48 2015 +0300 |
tree | 653638c14e9939a9593285afc19da82f8a0b3197 | |
parent | 412ed4ff2b7e724f284dd4822366b4140280235e [diff] |
8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads Make GnomeFileTypeDetector.probeGio() synchronized and add a regression test based on the test source included in JDK-8080115. Reviewed-by: chegar