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

/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DUnixOperatingSystem_md.c189 psinfo_t psinfo; local
195 fd = JVM_Open("/proc/self/psinfo", O_RDONLY, 0);
197 throw_internal_error(env, "Unable to open /proc/self/psinfo");
201 addr = (char *)&psinfo;
206 throw_internal_error(env, "Unable to read /proc/self/psinfo");
214 return (jlong) psinfo.pr_size * 1024;
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp420 snprintf(psinfo_name, PATH_MAX, "/proc/%d/psinfo", vmid);
427 psinfo_t psinfo; local
428 char* addr = (char*)&psinfo;
443 char* user_name = get_user_name(psinfo.pr_euid);
450 // In this case, the psinfo file for the process id existed,
457 // exist or if the psinfo file doesn't exit. If the psinfo file

Completed in 24 milliseconds