> -----Original Message----- > From: John Austin [mailto:[EMAIL PROTECTED] > <snip /> > So I copied that program and ran it on my RH 9 system. >
Hmmm... so you copied it with or without the c&p-error ;) > Got the following results. I am just quoting the results here: > > [EMAIL PROTECTED] foptest]$ java -classpath . x > false method call 998 > true method call 1001 > false instanceof 3008 > true instanceof 4119 > [EMAIL PROTECTED] foptest]$ java -server -classpath . x > false method call 1 > true method call 0 > false instanceof 0 > true instanceof 4822 > [EMAIL PROTECTED] foptest]$ java -server x > false method call 1 > true method call 0 > false instanceof 0 > true instanceof 4784 > My guess is: with. Never mind, just need to swap the results then... > > Hmmmm. > You also wondering what to conclude, ay? (apart from -server being a real booster) Cheers, Andreas