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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_error.c189 if ( fatal || gdata->errorexit ) {
H A Dhprof.h249 jboolean errorexit; /* errorexit=y|n */ member in struct:__anon533
H A Dhprof_init.c421 "errorexit=y|n Exit on any error n\n"
691 } else if (strcmp(option, "errorexit") == 0) {
692 if ( !setBinarySwitch(&options, &(gdata->errorexit)) ) {
693 option_error("errorexit option value must be y|n");

Completed in 37 milliseconds