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

/libcore/ojluni/src/main/java/sun/misc/
H A DUnsafe.java41 public final class Unsafe { class
43 private static final Unsafe THE_ONE = new Unsafe();
45 private static final Unsafe theUnsafe = THE_ONE;
51 private Unsafe() {} method in class:Unsafe
57 public static Unsafe getUnsafe() {
60 * Unsafe instance.
63 if ((calling != null) && (calling != Unsafe.class.getClassLoader())) {
64 throw new SecurityException("Unsafe access denied");

Completed in 178 milliseconds