Searched refs:threads (Results 101 - 125 of 129) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsTasks.cpp65 case threads:
H A DpcTasks.cpp89 case threads:
235 // If not all threads are active, get a draining stack
236 // from the list. Else, just use this threads draining stack.
/openjdk7/jdk/test/com/sun/jdi/
H A DDeferredStepTest.sh29 # is produced by multiple threads and can be interleaved
163 Since both threads are running at the same time, these
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp138 // deoptimize all java threads in the system
147 // Deoptimize some selected threads and frames
271 _num_threads = 0; // 0 indicates all threads
280 GrowableArray<instanceHandle>* threads,
287 _threads = threads;
326 // Snapshot all live threads
330 // skip terminating threads and hidden threads
341 // Snapshot threads in the given _threads array
402 // to wait for threads i
279 VM_ThreadDump(ThreadDumpResult* result, GrowableArray<instanceHandle>* threads, int num_threads, int max_depth, bool with_locked_monitors, bool with_locked_synchronizers) argument
[all...]
H A Dvm_operations.hpp249 // Deopt helper that can deoptimize frames in threads other than the
377 GrowableArray<instanceHandle>* threads,
H A Darguments.cpp1168 // upper bound depends on # of threads and NewRatio.
2341 "Green threads support not available\n");
2345 // HotSpot always uses native threads, ignore silently for compatibility
2451 // Bind user level threads to kernel threads (Solaris only)
2723 "Invalid concurrent threads: %s\n", option->optionString);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c47 * threads in traces, which will cause many more traces to be created.
48 * Without it all threads share the traces.
54 * TlsIndex, threads come and go, and TlsIndex values are re-used
562 /* Get traces for all threads in list (traces[i]==0 if thread not running) */
564 trace_get_all_current(jint thread_count, jthread *threads, argument
577 HPROF_ASSERT(threads!=NULL);
588 /* Get the stack traces for all the threads */
589 getThreadListStackTraces(thread_count, threads, real_depth, &stack_info);
597 /* Loop over the stack traces we have for these 'thread_count' threads */
631 /* Increment the trace costs for all the threads (fo
633 trace_increment_all_sample_costs(jint thread_count, jthread *threads, SerialNumber *thread_serial_nums, int depth, jboolean skip_init) argument
[all...]
H A Dhprof_util.h152 void getThreadListStackTraces(jint count, jthread *threads,
H A Dhprof_util.c1642 getThreadListStackTraces(jint count, jthread *threads, argument
1647 HPROF_ASSERT(threads!=NULL);
1653 (gdata->jvmti, count, threads, depth, stack_info);
/openjdk7/jdk/src/share/back/
H A DthreadControl.c116 * end events are maintained in the "runningThreads" list. All other threads known
201 * It assumed that this logic is never dealing with terminated threads,
221 * These functions maintain the linked list of currently running threads.
234 * any threads that we could match.
340 * If there is a pending suspendAll, all new threads should
353 * Some threads may not be in a state that allows setting of TLS,
354 * which is ok, see findThread, it deals with threads without TLS set.
540 * code to safely suspend and resume the application threads
757 * to suspend threads while any thread is within a
798 * the thread list with already-existing threads
814 jthread *threads; local
1510 jthread *threads; local
[all...]
H A Dutil.h323 int filterDebugThreads(jthread *threads, int count);
H A Dutil.c631 filterDebugThreads(jthread *threads, int count) argument
636 /* Squish out all of the debugger-spawned threads */
638 jthread thread = threads[i];
641 threads[current] = thread;
886 * Debugger threads need cycles in all sorts of strange
890 * that debugger threads will be starved. (There needs to be
891 * a way to give debugger threads a priority higher than any
1009 * 1) for running application threads by deferring the interrupt
1012 * 2) for debugger threads by ignoring the interrupt; this is the
1013 * most robust solution since debugger threads do
1190 jthread *threads; local
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js63 sa.threads = sa.vm.threads;
849 var threads = sa.threads;
850 var thread = threads.first();
892 // print Java stack trace for all threads
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java306 ThreadListPanel threads = new ThreadListPanel(getCDebugger(), getAgent().isJavaMode());
307 threads.addListener(new ThreadListPanel.Listener() {
314 threads.setBorder(GraphicsUtilities.newBorder(5));
315 threadsDialog.getContentPane().add(threads);
812 Threads threads = VM.getVM().getThreads();
813 for (JavaThread thr = threads.first(); thr != null; thr = thr.next()) {
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp72 // requested by multiple threads concurrently.
105 static Handle dump_stack_traces(GrowableArray<instanceHandle>* threads,
375 GrowableArray<JavaThread*>* threads() { return _threads; } function in class:DeadlockCycle
379 // Utility class to get list of java threads.
H A DthreadService.cpp100 // Do not count VM internal or JVMTI agent threads
232 // Dump stack trace of threads specified in the given threads array.
234 // the corresponding entry in the given threads array
235 Handle ThreadService::dump_stack_traces(GrowableArray<instanceHandle>* threads, argument
242 threads,
515 assert(SafepointSynchronize::is_at_safepoint(), "all threads are stopped");
546 assert(SafepointSynchronize::is_at_safepoint(), "all threads are stopped");
615 assert(SafepointSynchronize::is_at_safepoint(), "all threads are stopped");
864 st->print_cr("Java stack information for the threads liste
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp301 // A number of threads may attempt to report OutOfMemoryError at around the
303 // commands multiple times we just do it once when the first threads reports
561 extern "C" void threads() { function
562 Command c("threads");
910 threads();;
/openjdk7/jdk/make/common/
H A DDefs-solaris.gmk483 # Solaris only uses native threads.
486 THREADS_DIR= threads
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java569 list.addAll(group.threads());
579 MessageOutput.println("All threads suspended.");
594 MessageOutput.println("All threads resumed.");
970 for (ThreadInfo threadInfo : ThreadInfo.threads()) {
1352 * and you will get xxx traced just on those two threads
1790 for (ThreadInfo threadInfo : ThreadInfo.threads()) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp94 // More than one java threads or jvmti agents may be reading/
96 // interaction b/w these threads it is copied at safepoint.
729 // enumerate threads (including agent threads)
796 // the thread has not yet run or has exited (not on threads list)
825 // We need to try and suspend native threads here. Threads in
1257 objArrayOop threads = java_lang_ThreadGroup::threads(group_hdl()); local
1258 assert(nthreads <= threads->length(), "too many threads");
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1034 objArrayOop java_lang_ThreadGroup::threads(oop java_thread_group) { function in class:java_lang_ThreadGroup
1035 oop threads = java_thread_group->obj_field(_threads_offset); local
1036 assert(threads != NULL, "threadgroups should have threads");
1037 assert(threads->is_objArray(), "just checking"); // Todo: Add better type checking code
1038 return objArrayOop(threads);
H A DjavaClasses.hpp410 // Number of threads in group
412 // threads
413 static objArrayOop threads(oop java_thread_group);
414 // Number of threads in group
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c512 thread_info* thr = ph->threads;
675 * Linux threads are actually 'clone'd processes. To support core analysis
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c512 thread_info* thr = ph->threads;
669 * Linux threads are actually 'clone'd processes. To support core analysis
/openjdk7/jdk/src/share/javavm/export/
H A Djvm.h277 JVM_DumpThreads(JNIEnv *env, jclass threadClass, jobjectArray threads);

Completed in 136 milliseconds

123456