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

/libcore/luni/src/main/java/sun/misc/
H A DUnsafe.java29 public final class Unsafe { class
31 private static final Unsafe THE_ONE = new Unsafe();
36 private Unsafe() {} method in class:Unsafe
42 public static Unsafe getUnsafe() {
45 * Unsafe instance.
48 if ((calling != null) && (calling != Unsafe.class.getClassLoader())) {
49 throw new SecurityException("Unsafe access denied");

Completed in 38 milliseconds