Searched defs:mux (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/swing/JFileChooser/6741890/
H A Dbug6741890.java40 * This mux is used to prevent NPE in the isLink and isFileSystem methods
42 private static final Object mux = new Object(); field in class:bug6741890
70 synchronized (mux) {
85 synchronized (mux) {

Completed in 30 milliseconds