On Tue, 2005-02-08 at 23:06 -0500, Chris Pickett wrote: > Can some people run the attached (and shockingly simple) code 1000 times > on some multiprocessor machines using free VM's other than SableVM, > where the VM will get control of two or more processors, and report if > there are any exceptions or segfaults?
With cacao 0.92cvs and classpath cvs from 2005-02-08. $ uname -a IRIX64 fp98 6.5 07141529 IP27 $ sysconf NPROC_ONLN 64 $ for num in `seq 1 1000`; do cacao ThreadStarter; done $ I hope 64 processors are enough ;-) TWISTI _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

