jdk/src/java.desktop/unix/classes/sun/awt/X11InputMethod.java
changeset 32865 f9cb6e427f9e
parent 32491 7b3783f9484d
child 44534 a076dffbc2c1
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   123     private IntBuffer rawFeedbacks;
   123     private IntBuffer rawFeedbacks;
   124 
   124 
   125     // private data (X11InputMethodData structure defined in
   125     // private data (X11InputMethodData structure defined in
   126     // awt_InputMethod.c) for native methods
   126     // awt_InputMethod.c) for native methods
   127     // this structure needs to be accessed within AWT_LOCK/UNLOCK
   127     // this structure needs to be accessed within AWT_LOCK/UNLOCK
   128     transient private long pData = 0; // accessed by native
   128     private transient long pData = 0; // accessed by native
   129 
   129 
   130     // Initialize highlight mapping table
   130     // Initialize highlight mapping table
   131     static {
   131     static {
   132         @SuppressWarnings({"unchecked", "rawtypes"})
   132         @SuppressWarnings({"unchecked", "rawtypes"})
   133         Map<TextAttribute, ?> styles[] = new Map[4];
   133         Map<TextAttribute, ?> styles[] = new Map[4];