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

/openjdk9/jdk/test/java/lang/Runtime/exec/
H A DLotsOfOutput.java35 static final int THRESHOLD = 1048576; field in class:LotsOfOutput
59 if (used > prev + THRESHOLD)
/openjdk9/jdk/test/java/net/ServerSocket/
H A DAcceptCauseFileDescriptorLeak.java49 private static final int THRESHOLD = 1024; field in class:AcceptCauseFileDescriptorLeak
64 || Integer.valueOf(output) > THRESHOLD) {
65 analyzer = execCmd("ulimit -n " + THRESHOLD + "; "
/openjdk9/hotspot/test/compiler/jvmci/compilerToVM/
H A DReprofileTest.java93 for (long i = 0; i < CompilerWhiteBoxTest.THRESHOLD; i++) {
104 aMethod, CompilerWhiteBoxTest.THRESHOLD));
107 aMethod, CompilerWhiteBoxTest.THRESHOLD));
H A DMaterializeVirtualObjectTest.java134 ? CompilerWhiteBoxTest.THRESHOLD
135 : CompilerWhiteBoxTest.THRESHOLD * 2;
168 for (int i = 0; i < CompilerWhiteBoxTest.THRESHOLD; i++) {
175 testFrame("someString", /* materialize */ CompilerWhiteBoxTest.THRESHOLD);
H A DIsMatureTest.java71 for (int i = 0; i < CompilerWhiteBoxTest.THRESHOLD; i++) {
H A DIsMatureVsReprofileTest.java74 for (int i = 0; i < CompilerWhiteBoxTest.THRESHOLD; i++) {
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFCIELabColorConverter.java34 private static final float THRESHOLD = (float)Math.pow(0.008856, 1.0/3.0); field in class:TIFFCIELabColorConverter
123 if (fX <= THRESHOLD) {
131 if (fZ <= THRESHOLD) {
/openjdk9/hotspot/test/gc/g1/ihop/lib/
H A DIhopUtils.java47 private final static Pattern THRESHOLD = Pattern.compile("threshold: (\\d+)B"); field in class:IhopUtils
88 long threshold = IhopUtils.getLongByPattern(item, IhopUtils.THRESHOLD);
/openjdk9/hotspot/test/compiler/codecache/stress/
H A DHelper.java42 private static final long THRESHOLD = WHITE_BOX.getIntxVMFlag("CompileThreshold"); field in class:Helper
68 for (int i = 0; i < THRESHOLD; ++i) {
/openjdk9/hotspot/test/compiler/whitebox/
H A DCompilerWhiteBoxTest.java79 public static final int THRESHOLD; field in class:CompilerWhiteBoxTest
85 BACKEDGE_THRESHOLD = THRESHOLD = 150000;
87 THRESHOLD = COMPILE_THRESHOLD;
384 return compile(THRESHOLD);
H A DSimpleTestCase.java201 for (long i = 0; i < CompilerWhiteBoxTest.THRESHOLD; ++i) {
222 for (long i = 0; i < CompilerWhiteBoxTest.THRESHOLD; ++i) {
/openjdk9/jdk/test/java/util/concurrent/forkjoin/
H A DThreadLessCommon.java50 static final int THRESHOLD = 1000; field in class:ThreadLessCommon
91 if (range < THRESHOLD) {
/openjdk9/jdk/test/java/lang/management/MemoryMXBean/
H A DCollectionUsageThreshold.java55 private static final int THRESHOLD = 10; field in class:CollectionUsageThreshold
169 pr.getPool().setCollectionUsageThreshold(THRESHOLD);
171 pr.getPool().getName() + " set to " + THRESHOLD);
/openjdk9/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DMessages.java276 public static String THRESHOLD; field in class:Messages
H A DMemoryTab.java209 poolPlotter.createSequence(thresholdKey, Messages.THRESHOLD, thresholdColor, false);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DStyleContext.java473 return THRESHOLD;
781 static final int THRESHOLD = 9; field in class:StyleContext
/openjdk9/jdk/test/java/util/concurrent/tck/
H A DRecursiveActionTest.java1225 if (hi - lo < THRESHOLD)
1235 static final int THRESHOLD = 100; field in class:RecursiveActionTest.SortTask
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java1774 static final int THRESHOLD = 5; field in class:Container
1776 if (size > THRESHOLD)

Completed in 227 milliseconds