Searched defs:extra_options (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c504 char *extra_options; local
517 extra_options = getenv("_JAVA_HPROF_OPTIONS");
518 if ( extra_options == NULL ) {
519 extra_options = "";
523 (int)strlen(extra_options) + 2);
526 if ( extra_options[0] != 0 ) {
530 (void)strcat(all_options, extra_options);

Completed in 35 milliseconds