Searched refs:TOTAL_OBJS (Results 1 – 1 of 1) sorted by relevance
46 static final int TOTAL_OBJS = 200_000; // Allocate this many finalizable objects in total. field in Main234 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()