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

/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp735 const char* cmdLine_cstr = env->GetStringUTFChars(cmdLine, &isCopy); local
741 atoi(cmdLine_cstr);
745 if ((core_fd = open64(cmdLine_cstr, O_RDONLY)) >= 0) {
760 struct ps_prochandle* ph = proc_arg_grab(cmdLine_cstr, (isProcess? PR_ARG_PIDS : PR_ARG_CORES), PGRAB_FORCE, &gcode);
761 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr);

Completed in 33 milliseconds