Home
last modified time | relevance | path

Searched refs:gcAwait (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/WeakHashMap/
DGCDuringIteration.java84 static void gcAwait(BooleanSupplier s) { in gcAwait() method in GCDuringIteration
152 gcAwait(() -> map.size() == first); in test()
170 gcAwait(() -> map.size() == first); in test()
180 gcAwait(() -> map.size() == first); in test()
185 gcAwait(() -> map.size() == first-1); in test()
203 gcAwait(() -> map.size() == first-1); in test()
214 gcAwait(() -> map.size() == first); in test()
221 gcAwait(() -> map.size() == first-1); in test()
239 gcAwait(() -> map.size() == first-1); in test()
248 gcAwait(() -> map.size() == 1); in test()
[all …]