Searched refs:isSharedFileLockTable (Results 1 – 1 of 1) sorted by relevance
961 private static boolean isSharedFileLockTable; field in FileChannelImpl970 private static boolean isSharedFileLockTable() { in isSharedFileLockTable() method in FileChannelImpl977 isSharedFileLockTable = ((value == null) || value.equals("false")); in isSharedFileLockTable()982 return isSharedFileLockTable; in isSharedFileLockTable()989 if (isSharedFileLockTable()) { in fileLockTable()