< prev index next >

src/java.security.jgss/share/classes/sun/security/krb5/internal/rcache/DflCache.java

Print this page
rev 59107 : imported patch security

*** 105,115 **** private final String source; private static long uid; static { ! // Available on Solaris, Linux and Mac. Otherwise, -1 and no _euid suffix uid = jdk.internal.misc.VM.geteuid(); } public DflCache (String source) { this.source = source; --- 105,115 ---- private final String source; private static long uid; static { ! // Available on Linux and Mac. Otherwise, -1 and no _euid suffix uid = jdk.internal.misc.VM.geteuid(); } public DflCache (String source) { this.source = source;
< prev index next >