src/share/vm/prims/forte.cpp

changeset 2507
d70fe6ab4436
parent 2314
f95d63e2154a
child 2708
1d1603768966
equal deleted inserted replaced
2497:3582bf76420e 2507:d70fe6ab4436
518 // 2) For native method 518 // 2) For native method
519 // lineno - (-3) 519 // lineno - (-3)
520 // method_id - jmethodID of the method being executed 520 // method_id - jmethodID of the method being executed
521 521
522 extern "C" { 522 extern "C" {
523 JNIEXPORT
523 void AsyncGetCallTrace(ASGCT_CallTrace *trace, jint depth, void* ucontext) { 524 void AsyncGetCallTrace(ASGCT_CallTrace *trace, jint depth, void* ucontext) {
524 525
525 // This is if'd out because we no longer use thread suspension. 526 // This is if'd out because we no longer use thread suspension.
526 // However if someone wanted to backport this to a 5.0 jvm then this 527 // However if someone wanted to backport this to a 5.0 jvm then this
527 // code would be important. 528 // code would be important.

mercurial