Searched refs:AsyncGetCallTrace (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp404 // after we entered AsyncGetCallTrace() and before we try to
444 // after we entered AsyncGetCallTrace() and before we try to
468 // Forte Analyzer AsyncGetCallTrace() entry point. Currently supported
481 // void (*AsyncGetCallTrace)(ASGCT_CallTrace *trace, jint depth, void* ucontext)
524 void AsyncGetCallTrace(ASGCT_CallTrace *trace, jint depth, void* ucontext) { function
543 "AsyncGetCallTrace must be called by the current interrupted thread");
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp6176 void AsyncGetCallTrace(ASGCT_CallTrace *trace, jint depth, void* ucontext);

Completed in 51 milliseconds