Since 4/5/2012 5:56:32 AM, xuwenduan has written 0 articles and participated in 0 conversations. xuwenduan signature: xuwenduan
xuwenduan's articles:
Items(2) /1
jvmTI raw monitor1171 (9/28/2007 9:08:27 AM) comp.lang.java.programmer Dear All,When writing an agent to profile a java program using jvmTI, our agentcode needs to implement handler methods(event callback methods) tohandle events that we asked the jvmTI environment to dispatch to ... xuwenduan
JVMTI1153 (9/27/2007 1:51:59 AM) comp.lang.java.programmer Hi All,In the JVMTI reference, it says to use JVMTI, add:#include to the source code of the agent you are writing.But, in the heapTracker.c example in j2sdk folder, why the abovestatement does not exist?Instea... xuwenduan