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

/openjdk9/jdk/test/java/util/logging/Level/
H A DCustomLevel.java109 List<CustomLevelReference> customRefs = new ArrayList<>();
118 customRefs.add(ref);
129 if (customRefs.size() != otherLevelCount) {
130 throw new RuntimeException("Test bug: customRefs.size() != "
133 waitForGC(customRefs, queue);
140 if (!customRefs.isEmpty()) {
142 "Test bug: customRefs.size() should be empty!");
153 private static void waitForGC(List<CustomLevelReference> customRefs, argument
157 while (!customRefs.isEmpty()) {
165 if (!customRefs
[all...]

Completed in 46 milliseconds