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

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/threads/
H A DThread_isInterrupted04.java32 // Interrupted while running, do nothing, just set the flag and continue
40 while (!thread.running) {
53 public volatile boolean running = false; field in class:Thread_isInterrupted04.Thread1
58 running = true;
/openjdk10/hotspot/test/serviceability/threads/
H A DTestFalseDeadLock.java40 * The test has a fixed running time of 5 seconds.
45 private static volatile boolean running = true; field in class:TestFalseDeadLock
60 running = false;
72 while (running) {
88 if (!running) {
/openjdk10/jdk/src/java.base/share/classes/java/lang/ref/
H A DFinalizer.java151 private volatile boolean running;
154 if (running)
157 running = true;
174 private volatile boolean running;
177 if (running)
180 running = true;
193 private volatile boolean running; field in class:Finalizer.FinalizerThread
199 if (running)
213 running = true;
/openjdk10/hotspot/test/runtime/RedefineTests/
H A DRedefinePreviousVersions.java51 " public static volatile boolean running = true;" +
58 public static volatile boolean running = false; field in class:RedefinePreviousVersions.Running
67 running = true;
88 // Since there are no methods running, the previous version is never added to the
97 // Start a class that has a method running
104 while (!Running.running) {
108 // Since a method of newRunning is running, this class should be added to the previous_version_list
/openjdk10/hotspot/test/gc/stress/
H A DTestStressIHOPMultiThread.java82 private volatile boolean running = true; field in class:TestStressIHOPMultiThread
147 return running;
151 running = false;
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DTimerQueue.java56 private volatile boolean running; field in class:TimerQueue
94 if (! running) {
96 if (running) {
110 running = true;
169 while (running) {
215 running = false;
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DAbstractDataLine.java61 private volatile boolean running; field in class:AbstractDataLine
189 running = true;
216 running = false;
239 // Note that the 'running' variable is true between calls to
242 // the variable names at this point, since 'running' is accessed
294 * running is true after start is called and before stop is called,
304 return running;
401 * This should also stop the line. The closed line should not be running or active.
H A DRealTimeSequencer.java115 * True if the sequence is running.
117 private volatile boolean running; field in class:RealTimeSequencer
260 // already running: return quietly
261 if (running == true) {
280 // not running; just return
281 if (running == false) {
282 if (Printer.trace) Printer.trace("<< RealTimeSequencer: stop() not running!");
294 return running;
856 running = false;
889 if (!running) {
[all...]
/openjdk10/jdk/test/javax/net/ssl/ciphersuites/
H A DDisabledAlgorithms.java201 private volatile boolean running = false; field in class:DisabledAlgorithms.SSLServer
212 running = true;
247 running = false;
259 return running;
/openjdk10/langtools/test/tools/javac/importscope/dependencies/
H A DDependenciesTest.java182 for (PhaseDescription running : inProcess) {
183 if (running == null)
187 topLevel2Completing.computeIfAbsent(running.flatname, $ -> new HashSet<>());
189 completing.add(new PhaseDescription(flatname, running.phase));
/openjdk10/jdk/test/java/lang/instrument/
H A DTransformerManagementThreadAddTests.java231 Object running = fCheckedTransformers.get(y);
232 if ( current.equals(running) ) {
/openjdk10/jdk/test/java/net/httpclient/
H A DProxyServer.java77 if (c.running()) {
176 boolean running() { method in class:ProxyServer.Connection
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/debug/
H A DBenchmarkCounters.java391 private boolean running;
404 running = true;
407 if (running) {
414 running = false;
/openjdk10/jdk/test/com/sun/jdi/
H A DDeferredStepTest.sh162 Since both threads are running at the same time, these
/openjdk10/jdk/test/sun/security/tools/keytool/
H A Dconsole.sh44 JDK 5.0 and later versions. Before running the test, make sure that --
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DCompileTheWorld.java180 private boolean running; field in class:CompileTheWorld
504 running = true;
621 if (!running) {
649 running = true;
655 while (!running) {
/openjdk10/make/
H A DRunTests.gmk199 # Functions for setting up rules for running the selected tests
249 $$(call LogWarn, Finished running test '$$($1_TEST)')
309 # depending on what component we're running.
389 $$(call LogWarn, Finished running test '$$($1_TEST)')
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DForkJoinPool.java55 * An {@link ExecutorService} for running {@link ForkJoinTask}s.
167 * maximum number of running threads to 32767. Attempts to create
308 * scanning for and running tasks), deactivates, blocks, and
368 * and/or running tasks. Unreleased ("available") workers are
397 * accordingly. If a null return, the pool continues running with
497 * would be running if the steal had not occurred.
533 * parallelism number of unblocked threads running at any given
542 * JVMs to cope with programming errors and abuse before running
1235 * running out of resources needed to do so.
1458 * Tries to create or release a worker if too few are running
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Dos.hpp576 // same architecture as HotSpot is running on
686 // Returns true if we are running in a headless jre.
946 State running() { function in class:os::SuspendResume
/openjdk10/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp192 // Return true if user is running as root.
594 // These are signals that are unblocked while a thread is running Java.
602 // running Java. Only the VM thread handles these signals.
1285 // same architecture as Hotspot is running on
1449 "Didn't find running architecture code (running_arch_code) in arch_array");
1451 // Even though running architecture detection failed
1986 // another thread suspended us. We don't want to continue running
2696 os::SuspendResume::State result = osthread->sr.running();
2780 assert(osthread->sr.is_running(), "thread should be running");
2785 // failed to switch, state wasn't running
[all...]
/openjdk10/hotspot/src/os/aix/vm/
H A Dos_aix.cpp255 // Return true if user is running as root.
399 // Before querying the stack page size, make sure we are not running as primordial
653 // These are signals that are unblocked while a thread is running Java.
661 // running Java. Only the VM thread handles these signals.
1266 // for the same architecture as Hotspot is running on.
1735 // another thread suspended us. We don't want to continue running
2700 os::SuspendResume::State result = osthread->sr.running();
2780 assert(osthread->sr.is_running(), "thread should be running");
2784 // failed to switch, state wasn't running?
2790 // try to cancel, switch to running
[all...]
/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp297 // Are we running in a processor set or is there any processor set around?
367 // and re-running the loop, above, but there's no guarantee of progress
463 // Are we running in a processor set?
494 // Return true if user is running as root.
1077 // These are signals that are unblocked while a thread is running Java.
1085 // running Java. Only the VM thread handles these signals.
1117 // running embedded in a native application, treat the primordial thread
1528 // same architecture as Hotspot is running on
1628 "Didn't find running architecture code (running_arch_code) in arch_array");
1630 // Even though running architectur
[all...]
/openjdk10/hotspot/src/os/linux/vm/
H A Dos_linux.cpp184 // Return true if user is running as root.
221 // Returns the kernel thread id of the currently running thread. Kernel
235 "Java may be unstable running multithreaded in a chroot "
446 // These are signals that are unblocked while a thread is running Java.
454 // running Java. Only the VM thread handles these signals.
521 // Also, this coding may be needed if the VM is running on the primordial
522 // thread. Normally we avoid running on the primordial thread; however,
525 // The following historical comment describes the details about running
958 // stack top. Note that /proc may not exist if VM is running as a chroot
1073 // For some reason we can't open /proc/self/stat (for example, running o
[all...]
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh2207 use this java binary for running the sjavac
3102 running configure, to aid debugging if configure makes a mistake.
4164 HELP_MSG="You might be able to fix this by running '$PKGHANDLER_COMMAND'."
4168 HELP_MSG="You might be able to fix this by running '$PKGHANDLER_COMMAND'."
4172 HELP_MSG="You might be able to fix this by running '$PKGHANDLER_COMMAND'."
4813 # libstlport.so.1 is needed for running gtest on Solaris. Find it to
5141 # Check if the VS env variables were setup prior to running configure.
16498 { $as_echo "$as_me:${as_lineno-$LINENO}: Your cygwin is too old. You are running $CYGWIN_VERSION, but at least cygwin 1.7 is required. Please upgrade." >&5
16499 $as_echo "$as_me: Your cygwin is too old. You are running $CYGWIN_VERSION, but at least cygwin 1.7 is required. Please upgrade." >&6;}
16601 # the same file, most of the time (as in "test -f"). But not when running cygpat
[all...]

Completed in 321 milliseconds