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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h254 jboolean primarrays; /* primarrays=y|n */ member in struct:__anon533
H A Dhprof_site.c888 if ( gdata->primarrays == JNI_TRUE ) {
H A Dhprof_init.c177 data.primarrays = JNI_TRUE;
413 "primarrays=y|n include primitive array values y\n"
663 } else if( strcmp(option,"primarrays") == 0) {
664 if ( !setBinarySwitch(&options, &(gdata->primarrays)) ) {
665 option_error("primarrays option value must be y|n");

Completed in 39 milliseconds