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

/openjdk10/hotspot/test/testlibrary/ctw/
H A DMakefile46 MAIN_CLASS = sun.hotspot.tools.ctw.CompileTheWorld
50 all: ctw.jar cleantmp
53 @rm -rf ctw.jar wb.jar
59 ctw.jar: filelist wb.jar
/openjdk10/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/
H A DClassesListInFile.java24 package sun.hotspot.tools.ctw;
H A DClassPathJarInDirEntry.java24 package sun.hotspot.tools.ctw;
H A DClassPathDirEntry.java24 package sun.hotspot.tools.ctw;
H A DClassPathJarEntry.java24 package sun.hotspot.tools.ctw;
H A DClassPathJimageEntry.java24 package sun.hotspot.tools.ctw;
H A DUtils.java24 package sun.hotspot.tools.ctw;
88 * Value of {@code -Dsun.hotspot.tools.ctw.verbose}. Verbose output,
92 = Boolean.getBoolean("sun.hotspot.tools.ctw.verbose");
94 * Value of {@code -Dsun.hotspot.tools.ctw.logfile}.Path to logfile, if
98 = System.getProperty("sun.hotspot.tools.ctw.logfile");
H A DCompileTheWorld.java24 package sun.hotspot.tools.ctw;
H A DCompiler.java24 package sun.hotspot.tools.ctw;
H A DPathHandler.java24 package sun.hotspot.tools.ctw;
H A DCtwRunner.java24 package sun.hotspot.tools.ctw;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DMemoryUsageBenchmark.java185 CompileTheWorld ctw = new CompileTheWorld(runtime, (HotSpotGraalCompiler) runtime.getCompiler(), options);
187 ctw.compile();
H A DCompileTheWorld.java812 CompileTheWorld ctw = new CompileTheWorld(jvmciRuntime, compiler, options);
813 ctw.compile();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/.mx.graal/
H A Dmx_graal_9.py166 def ctw(args, extraVMarguments=None): function
171 parser = ArgumentParser(prog='mx ctw')
246 # Run ctw against rt.jar on server-hosted-jvmci
249 if t: ctw(['--ctwopts', '-Inline +ExitVMOnException', '-esa', '-G:+CompileTheWorldMultiThreaded', '-G:-InlineDuringParsing', '-G:-CompileTheWorldVerbose', '-XX:ReservedCodeCacheSize=300m'], _noneAsEmptyList(extraVMarguments))
423 'ctw': [ctw, '[-vmoptions|noinline|nocomplex|full]'],
/openjdk10/hotspot/test/testlibrary_tests/ctw/
H A DCtwTest.java46 private static final String LOG_FILE = "ctw.log";
51 "-Dsun.hotspot.tools.ctw.logfile=" + LOG_FILE,
55 sun.hotspot.tools.ctw.CompileTheWorld.class.getName(),
/openjdk10/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp426 CompileTaskWrapper ctw(task); // Frees the task
1619 CompileTaskWrapper ctw(task);
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js2602 ctw: 2571,

Completed in 216 milliseconds