< prev index next >

src/hotspot/os/posix/os_posix.hpp

Print this page
rev 52457 : 8211326: add OS user related information to hs_err file

*** 115,124 **** --- 115,126 ---- // Returns true if either given uid is effective uid and given gid is // effective gid, or if given uid is root. static bool matches_effective_uid_and_gid_or_root(uid_t uid, gid_t gid); + static void print_user_info(outputStream* st, char* buf, size_t buflen); + #ifdef SUPPORTS_CLOCK_MONOTONIC static bool supports_monotonic_clock(); static int clock_gettime(clockid_t clock_id, struct timespec *tp); static int clock_getres(clockid_t clock_id, struct timespec *tp);
< prev index next >