Searched refs:Utils (Results 176 - 200 of 527) sorted by relevance

1234567891011>>

/openjdk10/test/failure_handler/src/share/classes/jdk/test/failurehandler/action/
H A DActionSet.java29 import jdk.test.failurehandler.Utils;
55 Properties p = Utils.getProperties(name);
67 Utils.prependPrefix(name, tool), tool, p);
85 Utils.prependPrefix(name, tool), tool, p);
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java117 PropMap p200 = Utils.currentPropMap();
120 = Math.max(p200.getInteger(Utils.DEBUG_VERBOSE),
121 p200.getInteger(Utils.COM_PREFIX+"verbose.coding"));
123 = !p200.getBoolean(Utils.COM_PREFIX+"no.histogram");
125 = !p200.getBoolean(Utils.COM_PREFIX+"no.population.coding");
127 = !p200.getBoolean(Utils.COM_PREFIX+"no.adaptive.coding");
129 = p200.getInteger(Utils.COM_PREFIX+"stress.coding");
342 if (verbose > 5) Utils.log.info("maxd = "+maxd);
351 Utils.log.info("chooser: plain result="+bestChoice+" after "+bestChoice.searchOrder+" rounds, "+(regularChoice.zipSize-bestZipSize)+" fewer bytes than regular "+regular);
375 Utils
[all...]
/openjdk10/hotspot/test/compiler/aot/cli/jaotc/
H A DJaotcTestHelper.java34 import jdk.test.lib.Utils;
49 for (String vmOpt : Utils.getTestJavaOpts()) {
/openjdk10/hotspot/test/compiler/codecache/jmx/
H A DThresholdNotificationsTest.java47 import jdk.test.lib.Utils;
103 Utils.waitForCondition(
/openjdk10/hotspot/test/compiler/codegen/
H A DTest7100757.java37 import jdk.test.lib.Utils;
49 Random rnd = Utils.getRandomInstance();
/openjdk10/hotspot/test/compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/module/
H A DModuleSourceProviderTest.java30 * @compile ../Utils.java
39 import jdk.tools.jaotc.test.collect.Utils;
50 import static jdk.tools.jaotc.test.collect.Utils.mkpath;
/openjdk10/hotspot/test/compiler/compilercontrol/share/actions/
H A DCompileAction.java31 import jdk.test.lib.Utils;
76 Utils.waitForCondition(
/openjdk10/hotspot/test/compiler/compilercontrol/share/
H A DMultiCommand.java31 import jdk.test.lib.Utils;
59 Executable exec = Utils.getRandomElement(METHODS).first;
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DGetClassInitializerTest.java47 import jdk.test.lib.Utils;
85 .lookupTypeHelper(Utils.toJVMTypeSignature(tcase.holder),
/openjdk10/hotspot/test/compiler/types/correctness/
H A DOffTest.java43 import jdk.test.lib.Utils;
70 private static final Random RNG = Utils.getRandomInstance();
/openjdk10/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/
H A DClassPathJimageEntry.java47 .map(Utils::fileNameToClassName);
89 String resource = Utils.classNameToFileName(name);
/openjdk10/hotspot/test/compiler/intrinsics/mathexact/
H A DAddExactIRepeatTest.java37 import jdk.test.lib.Utils;
55 Random rnd = Utils.getRandomInstance();
H A DSubExactIRepeatTest.java37 import jdk.test.lib.Utils;
55 Random rnd = Utils.getRandomInstance();
H A DMulExactIRepeatTest.java37 import jdk.test.lib.Utils;
55 Random rnd = Utils.getRandomInstance();
/openjdk10/hotspot/test/gc/
H A DTestSoftReferencesBehaviorOnOOME.java34 import jdk.test.lib.Utils;
145 private static final Random RND_GENERATOR = Utils.getRandomInstance();
/openjdk10/hotspot/test/runtime/jni/CalleeSavedRegisters/
H A DFPRegs.java33 import jdk.test.lib.Utils;
57 String root = Utils.TEST_JDK;
/openjdk10/hotspot/test/serviceability/sa/
H A DDeadlockDetectionTest.java32 import jdk.test.lib.Utils;
96 vmArgs.addAll(Utils.getVmOptions());
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/api/
H A DTypeReference.java106 Type base = Utils.REFLECTION_NAVIGATOR.getBaseClass(type, Collection.class);
110 return new TypeReference(tagName, Utils.REFLECTION_NAVIGATOR.getTypeArgument(base,0));
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/spi/db/
H A DBindingHelper.java136 return Utils.REFLECTION_NAVIGATOR.getBaseClass(type,baseType);
140 return (Class<T>) Utils.REFLECTION_NAVIGATOR.erasure(t);
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DHttpClientBuilderImpl.java34 import jdk.incubator.http.internal.common.Utils;
61 Utils.checkNetPermission("setSSLContext");
H A DRedirectFilter.java31 import jdk.incubator.http.internal.common.Utils;
43 static final int max_redirects = Utils.getIntegerNetProperty(
/openjdk10/jdk/test/java/net/MulticastSocket/
H A DMultiDead.java40 import jdk.testlibrary.Utils;
48 Utils.adjustTimeout(CHILDREN_COUNT * CHILD_TIMEOUT * 2);
/openjdk10/jdk/test/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java47 import jdk.testlibrary.Utils;
50 static final long LONG_DELAY_MS = Utils.adjustTimeout(10_000);
/openjdk10/jdk/test/java/util/concurrent/ScheduledThreadPoolExecutor/
H A DZeroCorePoolSize.java36 import jdk.testlibrary.Utils;
42 static final long LONG_DELAY_MS = Utils.adjustTimeout(10_000);
/openjdk10/jdk/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/
H A DUtils.java27 * $Id: Utils.java 1197150 2011-11-03 14:34:57Z coheigea $
44 public final class Utils { class
46 private Utils() {} method in class:Utils

Completed in 317 milliseconds

1234567891011>>