This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: Another AWT patch


Rolf>     private static Object AWT_TREE_LOCK = "AWT_TREE_LOCK";

Shouldn't we clone() that string?  Otherwise some other random package
might use the same string as a lock object.  I admit it is unlikely,
but still...

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]