Hi,

our system is hit by https://issues.jenkins-ci.org/browse/JENKINS-22525 -
and moving to a different JDK is not an option (our prod is AIX, so we
want
to run our tests there, too).

I've allready tried to debug into the class loading process -
unfortunately without any result.
Running with java -verbose:class and examining the Javacore revealed that 
both classes in question (Queue and Queue$ItemList) are loaded by the 
WebAppClassLoader from jenkins-core.jar before the error occurs, and none 
of them is reported by the class loader a second time.

Could someone with more insight into class loading have a look at it, or
point me in a direction how to debug class loading and load time
instrumenting issues?

>From my point of view, it looks like this is either an issue with
load-time instrumenting (possibly with cglib), or a IBM JDK error.

If you think it's the latter, I'd be glad to raise an issue at IBM to get
it fixed.

Thanks for your help,

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to