#include <thread_manager.h>
Public Attributes | |
jlong | blocked_count |
Blocked on monitor times count. | |
jlong | blocked_time |
Blocked on monitor time in nanoseconds. | |
jlong | waited_count |
Waited on monitor times count. | |
jlong | waited_time |
Waited on monitor time in nanoseconds. | |
JVMTILocalStorage | jvmti_local_storage |
JVM TI local storage. | |
jobject | contended_monitor |
Monitor this thread is blocked on. | |
jobject | wait_monitor |
Monitor this thread waits on. | |
jobject * | owned_monitors |
Monitors for which this thread is owner. | |
int | owned_monitors_nmb |
owned monitors count. | |
int | owned_monitors_size |
owned monitors array size. | |
ManagedObject * | p_exception_object_ti |
For support of JVMTI events: EXCEPTION, EXCEPTION_CATCH If p_exception_object is set and p_exception_object_ti is not
| |
jbyte * | jvmti_jit_breakpoints_handling_buffer |
Buffer used to create instructions instead of original instruction to transfer execution control back to the code after breakpoint has been processed. | |
jvmti_frame_pop_listener * | frame_pop_listener |
JVMTISingleStepState * | ss_state |
Registers * | jvmti_saved_exception_registers |
int | violation_flag |
void * | violation_restart_address |
NCAISingleStepState * | ncai_ss |
jboolean | flag_ncai_handler |
Blocked on monitor times count.
Blocked on monitor time in nanoseconds.
Waited on monitor times count.
Waited on monitor time in nanoseconds.
JVM TI local storage.
Monitor this thread is blocked on.
Monitor this thread waits on.
Monitors for which this thread is owner.
owned monitors count.
owned monitors array size.
struct ManagedObject* JVMTIThread.p_exception_object_ti [read] |
For support of JVMTI events: EXCEPTION, EXCEPTION_CATCH If p_exception_object is set and p_exception_object_ti is not
Buffer used to create instructions instead of original instruction to transfer execution control back to the code after breakpoint has been processed.
struct jvmti_frame_pop_listener* JVMTIThread.frame_pop_listener [read] |
struct JVMTISingleStepState* JVMTIThread.ss_state [read] |
struct Registers* JVMTIThread.jvmti_saved_exception_registers [read] |
struct NCAISingleStepState* JVMTIThread.ncai_ss [read] |
Genereated on Tue Mar 11 19:25:27 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.