< prev index next >

src/hotspot/os/posix/os_posix.hpp

Print this page
rev 51403 : 8211326: add OS user related information to hs_err file
Reviewed-by: dholmes, stuefe

*** 114,123 **** --- 114,127 ---- static bool matches_effective_uid_or_root(uid_t uid); // 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_umask(outputStream* st, mode_t umsk); + + static void print_user_info(outputStream* st); }; // On POSIX platforms the signal handler is global so we just do the write. static void write_memory_serialize_page_with_handler(JavaThread* thread) { write_memory_serialize_page(thread);
< prev index next >