Searched refs:gc_okay (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h241 jboolean gc_okay; /* gc_okay=y|n (Not used) */ member in struct:__anon533
H A Dhprof_init.c406 "gc_okay=y|n\n"
671 } else if( strcmp(option,"gc_okay") == 0) {
672 if ( !setBinarySwitch(&options, &(gdata->gc_okay)) ) {
673 option_error("gc_okay option value must be y|n");

Completed in 258 milliseconds