Searched defs:compilerThread (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DCompilationWatchDog.java96 private final Thread compilerThread; field in class:CompilationWatchDog
110 CompilationWatchDog(Thread compilerThread, long startDelayMilliseconds, long stackTraceIntervalMilliseconds, int nonFatalIdenticalCompilationSnapshots) { argument
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.cpp487 CompilerThread* compilerThread = thread->is_Compiler_thread() ? thread->as_CompilerThread() : NULL; local

Completed in 97 milliseconds