< prev index next >

src/hotspot/os/posix/os_posix.hpp

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

@@ -115,10 +115,14 @@
 
   // 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);
+
 #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 >