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.
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
Dimitris Andreadis wrote:Thanks Scott, so it's this classloader/jrockit test failure left, (who else could look at it, Clebert maybe?)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.