Searched defs:allowGetCallerClass (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DVM.java219 private static boolean allowGetCallerClass = false; field in class:VM
223 // "jdk.reflect.allowGetCallerClass" and also used by
225 public static boolean allowGetCallerClass() { method in class:VM
226 return allowGetCallerClass;
295 // "jdk.reflect.allowGetCallerClass" and also used by
297 s = props.getProperty("jdk.reflect.allowGetCallerClass");
298 allowGetCallerClass = (s != null

Completed in 30 milliseconds