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

/openjdk10/hotspot/test/gc/survivorAlignment/
H A DAlignmentHelper.java72 private final long minObjectSizeInThisSpace; field in class:AlignmentHelper
88 long objectAlignmentInThisRegion, long minObjectSizeInThisSpace,
91 this.minObjectSizeInThisSpace = minObjectSizeInThisSpace;
142 objectSize = Math.max(objectSize, minObjectSizeInThisSpace);
168 minObjectSizeInThisSpace));
87 AlignmentHelper(long memoryUsageMeasurementPrecision, long objectAlignmentInThisRegion, long minObjectSizeInThisSpace, MemoryPoolMXBean poolMXBean) argument

Completed in 32 milliseconds