Hi !
 
Does anyone have some example (C-)source for a native JVMPI DLL that gets started with
'java -XrunDLLNAME [classname]'
(Java VM Profiling API)
I looked in the JDC but without luck.
 
In the JVMPI docs (under 'Tool support') is a method that promises to switch off the GC :
 
void (*DisableGC)(void);
"Called by the profiler to disable garbage collection, until EnabledGC is called. DisableGC and EnableGC calls may be nested."
 
"As long as there's hope..."
 
jwin
[EMAIL PROTECTED]
 

Reply via email to