commit | 871416f3f7c2b26df90d5e6388b4c5ce4b9b3f34 | [log] [tgz] |
---|---|---|
author | igerasim <none@none> | Thu Sep 10 23:35:48 2015 +0300 |
committer | igerasim <none@none> | Thu Sep 10 23:35:48 2015 +0300 |
tree | e4f7e21351db0be531a5720bd96ff6a98d127a49 | |
parent | 39f525ed98bc4e5b465e6c9b1c51aff9315ca31f [diff] |
8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads Summary: Make GnomeFileTypeDetector.probeGio() synchronized and add a regression test based on the test source included in JDK-8080115. Reviewed-by: chegar