Searched refs:totalFinalized (Results 1 – 1 of 1) sorted by relevance
50 AtomicInteger totalFinalized = new AtomicInteger(0); field in Main81 totalFinalized.incrementAndGet(); in finalize()281 if (totalFinalized.get() != TOTAL_OBJS) { in testLoop()282 System.out.println("Finalized only " + totalFinalized + " objects"); in testLoop()