< prev index next >

src/java.desktop/unix/classes/sun/awt/GThreadHelper.java

Print this page

        

*** 21,31 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package sun.misc; import java.util.concurrent.locks.ReentrantLock; /** * This class is used to prevent multiple calling of g_thread_init () --- 21,31 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package sun.awt; import java.util.concurrent.locks.ReentrantLock; /** * This class is used to prevent multiple calling of g_thread_init ()
< prev index next >