> the other fix added is to make sure that initialize() IS run by every > thread, so that the synchronize is encountered, not escaped in the case > that the array being constructed is null. That does the job. > > Bob
But it is not the case that the the initialize is "escaped in the case that the array being constructed is null". I think that you want that test for == null so that all the threads don't get repeatedly synchronized through the initialize() method. Miguel _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
