Searched defs:UNSAFE (Results 1 – 4 of 4) sorted by relevance
30 #define UNSAFE 100 /* The expression may be "infinitely costly" due to exceptions */ macro
107 UNSAFE = 2 enumerator
45 private static final sun.misc.Unsafe UNSAFE = getUnsafe(); field in UnsafeUtil
102 private static final sun.misc.Unsafe UNSAFE = UnsafeUtil.getUnsafe(); field in MessageSchema