Searched refs:staticHolder (Results 1 – 1 of 1) sorted by relevance
33 private static ArrayList<Object> staticHolder = new ArrayList<>(100000); field in Main59 staticHolder.clear(); // Free the allocated objects. in testRecentAllocationTracking()77 staticHolder.add(new String("fnord")); in testRecentAllocationTracking()115 staticHolder.add(createProxy()); in allocate()119 staticHolder.add(new int[0]); in allocate()123 staticHolder.add(new Object[0]); in allocate()127 staticHolder.add(new Object()); in allocate()