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

/openjdk9/langtools/test/tools/javac/TryWithResources/
H A DWeirdTwr.java12 private static int closeCount = 0; field in class:WeirdTwr
18 if (closeCount != 2)
19 throw new RuntimeException("bad closeCount" + closeCount);
23 closeCount++;
H A DTwrForVariable1.java9 private static int closeCount = 0; field in class:TwrForVariable1
86 if (closeCount != expectedCloseCount)
87 throw new RuntimeException("bad closeCount: " + closeCount +
92 closeCount++;
101 closeCount++;
109 closeCount++;
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DLower.java1696 int closeCount;
1702 closeCount += empty ? 1 : 2;
1714 return closeCount >= USE_CLOSE_RESOURCE_METHOD_THRESHOLD;

Completed in 101 milliseconds