It was the `-XX:+CMSClassUnloadingEnabled` that did it.

I didn't mention it because it is scary flag on the Oracle/OpenJDK. It is one of those things that may work or may blow things up.

The IBM JRE doesn't have PermGen. Instead all the Class objects are stored on the Heap and as such, can be garbage collected like any other objects. The IBM JRE is meant to work this way.

The ClassUnloading flag, on the other hand, is a sort of hack and isn't generally trusted for production use.

Ciao!

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to