Searched refs:unsafe (Results 151 - 151 of 151) sorted by relevance

1234567

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A Dkeysym2ucs.h99 tojava private static Unsafe unsafe = XlibWrapper.unsafe; member in class:XKeysym
108 tojava static long keysym_lowercase = unsafe.allocateMemory(Native.getLongSize());
109 tojava static long keysym_uppercase = unsafe.allocateMemory(Native.getLongSize());

Completed in 37 milliseconds

1234567