< prev index next >

src/share/vm/prims/forte.cpp

Print this page

        

*** 33,55 **** #include "runtime/javaCalls.hpp" #include "runtime/thread.inline.hpp" #include "runtime/vframe.hpp" #include "runtime/vframeArray.hpp" - // call frame copied from old .h file and renamed - typedef struct { - jint lineno; // line number in the source file - jmethodID method_id; // method executed in this frame - } ASGCT_CallFrame; - - // call trace copied from old .h file and renamed - typedef struct { - JNIEnv *env_id; // Env where trace was recorded - jint num_frames; // number of frames in this trace - ASGCT_CallFrame *frames; // frames - } ASGCT_CallTrace; - // These name match the names reported by the forte quality kit enum { ticks_no_Java_frame = 0, ticks_no_class_load = -1, ticks_GC_active = -2, --- 33,42 ----
< prev index next >