The problem with the server spinning after running the testsuite on linux was due to the javax.management.timer.Timer calling sleep(0) which apparently is basically a noop and so a busy wait for new timers resulted. In general the implementation of this class looks questionable as it is using linear traversals and inefficient waiting.
xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
