Searched refs:objectsCount (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/test/serviceability/dcmd/gc/
H A DFinalizerInfoTest.java49 static final int objectsCount = 1000; field in class:FinalizerInfoTest
67 for(int i = 0; i < objectsCount; ++i) {
70 System.out.println("Objects initialized: " + objectsCount);
/openjdk10/jdk/test/java/lang/ref/
H A DFinalizerHistogramTest.java42 static final int objectsCount = 1000; field in class:FinalizerHistogramTest
60 for(int i = 0; i < objectsCount; ++i) {
63 System.out.println("Objects intialized: " + objectsCount);
/openjdk10/hotspot/test/gc/survivorAlignment/
H A DAlignmentHelper.java106 * Returns amount of memory that {@code objectsCount} of objects with size
109 public long getExpectedMemoryUsage(long objectSize, int objectsCount) { argument
111 return AlignmentHelper.alignUp(correctedObjectSize * objectsCount,

Completed in 104 milliseconds