Great, the jrockit testsuite runs must be in a much better shape now, I think we must be under 10 failures for the 1.4 suite, waiting for the next QA run.


From: Scott M Stark
Sent: Friday, September 15, 2006 9:19 AM
To: Dimitris Andreadis
Cc: JBoss.org development list
Subject: Re: Towards JBoss-4.0.5.GA

3494 was fixed. It was just an issue with how eagerly the vm was loading classes from the java.lang.reflect.Method instances.The sun vm was loading all classes as soon as getMethods() on the declaring class was called, the jrockit vm did not.

Dimitris Andreadis wrote:
Thanks Scott, so it's this classloader/jrockit test failure left, (who else could look at it, Clebert maybe?)
http://jira.jboss.com/jira/browse/JBAS-3494
 
For my issues:

JBAS-3614 : looks to a be a jmx implementation/spec question to look at
JBAS-3494 : needs to be looked at
JBAS-1490 : arguably not critical
JBAS-11 : not addressable with current deployers/class loading model. It should be a jboss5 issue.