Re: deadlock in awt

Date view Thread view Subject view Author view

From: Godmar Back (gback@cs.utah.edu)
Date: Thu Dec 17 1998 - 17:01:14 EST


 Peter, looking at libraries/javalib/java/awt/Component.java:

final public Object getTreeLock() {
        // this way, we sync with all graphic output, too
        // (which is important for no-native WMs)
        return Toolkit.singleton;
}

Shouldn't you lock Toolkit.singleton.class instead?

        - Godmar


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:21 EDT