Searched refs:gc_finish (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/gctest/
H A Dgctest.c134 gc_finish(jvmtiEnv* jvmti_env) function
175 callbacks.GarbageCollectionFinish = &gc_finish;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h320 jint gc_finish; /* Count of GC finish events */ member in struct:__anon533
H A Dhprof_init.c1055 if ( active && gdata->gc_finish > 0 ) {
1057 gdata->gc_finish = 0;
1219 /* Thread to watch for gc_finish events */
1221 createAgentThread(env, "HPROF gc_finish watcher",
1266 /* Shutdown thread watching gc_finish, outside CALLBACK locks.
1277 * We do not want to do the VM_DEATH while the gc_finish
1282 /* Wait for the gc_finish watcher thread to notify us it's done */
1288 /* The gc_finish watcher thread should be done now, or done shortly. */
1753 /* Increment gc_finish counter, notify watcher thread */
1759 gdata->gc_finish
[all...]

Completed in 274 milliseconds