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

/openjdk7/jdk/test/com/sun/management/UnixOperatingSystemMXBean/
H A DGetOpenFileDescriptorCount.java49 private static long max_count_for_pass = Long.MAX_VALUE; field in class:GetOpenFileDescriptorCount
60 max_count_for_pass = max_count;
69 if (count < MIN_COUNT_FOR_PASS || count > max_count_for_pass) {
73 "MAX = " + max_count_for_pass + ")");

Completed in 28 milliseconds