Searched refs:clear_pending_exception (Results 1 - 11 of 11) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A DpreserveException.cpp37 _thread->clear_pending_exception(); // Needed to avoid infinite recursion
44 _thread->clear_pending_exception(); // Needed to avoid infinite recursion
64 _thread->clear_pending_exception(); // Pending exceptions are checked in the destructor
71 _thread->clear_pending_exception();
83 _thread->clear_pending_exception();
H A Dexceptions.cpp56 void ThreadShadow::clear_pending_exception() { function in class:ThreadShadow
61 ls.print("Thread::clear_pending_exception: cleared exception:");
287 thread->clear_pending_exception();
319 thread->clear_pending_exception();
362 thread->clear_pending_exception();
374 thread->clear_pending_exception();
450 _thread->clear_pending_exception(); // Needed to avoid infinite recursion
460 _thread->clear_pending_exception(); // Needed to avoid infinite recursion
H A Dexceptions.hpp91 void clear_pending_exception();
213 #define CLEAR_PENDING_EXCEPTION (((ThreadShadow*)THREAD)->clear_pending_exception())
/openjdk10/hotspot/src/share/vm/runtime/
H A DjavaCalls.cpp54 bool clear_pending_exception = true; local
75 clear_pending_exception = false;
106 if(clear_pending_exception) {
107 _thread->clear_pending_exception();
H A Dthread.cpp1722 thread->clear_pending_exception();
1730 thread->clear_pending_exception();
1741 this->clear_pending_exception();
4048 this->clear_pending_exception();
H A Ddeoptimization.cpp505 thread->clear_pending_exception();
806 thread->clear_pending_exception();
H A Dsynchronizer.cpp1884 THREAD->clear_pending_exception();
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp264 void clear_pending_exception() const { function in class:SharkTopLevelBlock
H A DsharkTopLevelBlock.cpp425 clear_pending_exception();
452 clear_pending_exception();
480 clear_pending_exception();
1594 clear_pending_exception();
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2785 THREAD->clear_pending_exception();
2925 THREAD->clear_pending_exception();
2998 THREAD->clear_pending_exception();
3015 THREAD->clear_pending_exception();
3032 THREAD->clear_pending_exception();
3042 THREAD->clear_pending_exception();
3063 THREAD->clear_pending_exception();
/openjdk10/hotspot/src/share/vm/prims/
H A Djni.cpp677 thread->clear_pending_exception();
725 thread->clear_pending_exception();

Completed in 166 milliseconds