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

/openjdk7/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.cpp65 void ThreadShadow::clear_pending_exception() { function in class:ThreadShadow
68 tty->print_cr("Thread::clear_pending_exception: cleared exception:");
286 thread->clear_pending_exception();
318 thread->clear_pending_exception();
361 thread->clear_pending_exception();
373 thread->clear_pending_exception();
411 _thread->clear_pending_exception(); // Needed to avoid infinite recursion
421 _thread->clear_pending_exception(); // Needed to avoid infinite recursion
H A Dexceptions.hpp90 void clear_pending_exception();
195 #define CLEAR_PENDING_EXCEPTION (((ThreadShadow*)THREAD)->clear_pending_exception())
/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaCalls.cpp60 bool clear_pending_exception = true; local
81 clear_pending_exception = false;
113 if(clear_pending_exception) {
114 _thread->clear_pending_exception();
H A Dthread.cpp1686 thread->clear_pending_exception();
1694 thread->clear_pending_exception();
1706 this->clear_pending_exception();
3861 this->clear_pending_exception();
H A Dsynchronizer.cpp1636 THREAD->clear_pending_exception();
H A Ddeoptimization.cpp749 thread->clear_pending_exception();
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp264 void clear_pending_exception() const { function in class:SharkTopLevelBlock
H A DsharkTopLevelBlock.cpp401 clear_pending_exception();
428 clear_pending_exception();
456 clear_pending_exception();
1560 clear_pending_exception();
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2531 THREAD->clear_pending_exception();
2610 THREAD->clear_pending_exception();
2680 THREAD->clear_pending_exception();
2697 THREAD->clear_pending_exception();
2714 THREAD->clear_pending_exception();
2732 THREAD->clear_pending_exception();
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp793 thread->clear_pending_exception();
850 thread->clear_pending_exception();

Completed in 99 milliseconds