Searched refs:thr (Results 101 - 125 of 134) sorted by relevance

123456

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DClassUseMapper.java321 ClassDoc[] thr = em.thrownExceptions();
322 for (int k = 0; k < thr.length; k++) {
324 thr[k], em);
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintServiceLookup.java174 PrinterChangeListener thr = new PrinterChangeListener();
175 thr.setDaemon(true);
176 thr.start();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java813 for (JavaThread thr = threads.first(); thr != null; thr = thr.next()) {
814 threadToJavaThreadMap.put(thr.getThreadProxy(), thr);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DDynamicMethodMarshallerImpl.java451 public boolean isDeclaredException( Throwable thr )
453 return ehandler.isDeclaredException( thr.getClass() ) ;
/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.cpp158 void MemBaseline::check_safepoint(JavaThread* thr) { argument
161 MutexLocker ml(thr->SR_lock());
H A DmemBaseline.hpp334 static inline void check_safepoint(JavaThread* thr);
/openjdk7/jdk/src/share/demo/management/MemoryMonitor/
H A DMemoryMonitor.java487 Thread thr = new Thread(new Memeater());
488 thr.start();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp777 size_t ParallelScavengeHeap::tlab_capacity(Thread* thr) const {
778 return young_gen()->eden_space()->tlab_capacity(thr);
781 size_t ParallelScavengeHeap::unsafe_max_tlab_alloc(Thread* thr) const {
782 return young_gen()->eden_space()->unsafe_max_tlab_alloc(thr);
/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.cpp743 Thread* thr = Thread::current(); local
744 int refs_list_index = ((WorkerThread*)thr)->id();
783 // Thread* thr = Thread::current();
784 // int refs_list_index = ((WorkerThread*)thr)->id();
1032 Thread* thr = Thread::current(); local
1033 id = thr->as_Worker_thread()->id();
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp2870 JavaThread* thr = java_lang_Thread::thread(JNIHandles::resolve_non_null(jthread)); variable
2871 if (thr != NULL) {
2873 thr->java_resume();
2884 JavaThread* thr = java_lang_Thread::thread(java_thread); variable
2885 if (thr != NULL) { // Thread not yet started; priority pushed down when it is
2886 Thread::set_priority(thr, (ThreadPriority)prio);
3002 JavaThread* thr = java_lang_Thread::thread(JNIHandles::resolve_non_null(jthread)); variable
3004 if (thr == NULL) {
3006 } else if(! thr->is_external_suspend() || ! thr
3051 JavaThread* thr = java_lang_Thread::thread(JNIHandles::resolve_non_null(jthread)); variable
3066 JavaThread* thr = java_lang_Thread::thread(JNIHandles::resolve_non_null(jthread)); variable
3101 JavaThread* thr = java_lang_Thread::thread(java_thread); variable
[all...]
H A DjvmtiEnv.cpp674 JavaThread* thr; local
690 thr = java_lang_Thread::thread(thread_oop);
691 if (thr != NULL) {
692 JavaThreadState jts = thr->thread_state();
694 if (thr->is_being_ext_suspended()) {
700 OSThread* osThread = thr->osthread();
H A DjvmtiEnvBase.hpp458 void fill_frames(jthread jt, JavaThread *thr, oop thread_oop);
H A Dunsafe.cpp1146 UNSAFE_ENTRY(void, Unsafe_ThrowException(JNIEnv *env, jobject unsafe, jthrowable thr))
1150 env->Throw(thr);
1238 JavaThread* thr = java_lang_Thread::thread(java_thread);
1239 if (thr != NULL) {
1240 p = thr->parker();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaMessageMediatorImpl.java2254 } catch (Throwable thr) {
2255 wrapper.unexpectedException( thr ) ;
2257 if (thr instanceof Error)
2258 throw (Error)thr ;
2259 else if (thr instanceof RuntimeException)
2260 throw (RuntimeException)thr ;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXToolkit.java506 static void processException(Throwable thr) { argument
508 log.warning("Exception on Toolkit thread", thr);
599 } catch (Throwable thr) {
601 processException(thr);
1875 } catch (Throwable thr) {
1876 processException(thr);
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DTransfer.java441 Thread thr = new Thread(new EchoServer(sink));
442 thr.start();
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_proc.c437 thread_info* thr = NULL; local
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp100 void os::initialize_thread(Thread* thr) { argument
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp95 void os::initialize_thread(Thread * thr){ argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DUtility.java932 Throwable thr = new Throwable( "Printing stack trace:" ) ;
933 thr.fillInStackTrace() ;
934 thr.printStackTrace() ;
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp273 * @param thr the current thread
283 static char* generate_class_cast_message(JavaThread* thr, const char* name);
H A Dos.hpp413 static void initialize_thread(Thread* thr);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1508 virtual size_t tlab_capacity(Thread* thr) const;
1509 virtual size_t unsafe_max_tlab_alloc(Thread* thr) const;
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c765 pthread_t thr; local
770 rc = pthread_create(&thr, &attr, SplashScreenThread, (void *) splash);
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp216 void os::initialize_thread(Thread* thr) { argument

Completed in 160 milliseconds

123456