Searched refs:MIN_COUNT_FOR_PASS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/management/UnixOperatingSystemMXBean/
H A DGetOpenFileDescriptorCount.java47 private static final long MIN_COUNT_FOR_PASS = 1; field in class:GetOpenFileDescriptorCount
69 if (count < MIN_COUNT_FOR_PASS || count > max_count_for_pass) {
72 "(MIN = " + MIN_COUNT_FOR_PASS + "; " +

Completed in 28 milliseconds