Home
last modified time | relevance | path

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

/art/test/2042-reference-processing/src/
DMain.java46 static final int TOTAL_OBJS = 200_000; // Allocate this many finalizable objects in total. field in Main
234 final int ITERS = (TOTAL_OBJS - MIN_LIVE_OBJS) / DROP_OBJS; in testLoop()
251 if (maxDropped != TOTAL_OBJS - 1) { in testLoop()
281 if (totalFinalized.get() != TOTAL_OBJS) { in testLoop()