Stephen Crawley wrote:
If weak references don't work then I'm not surprised that you get an OOM error, because you're probably attempting to load a full representation of every class in the API into memory simultaneously!
An OutOfMemoryError might indicate a problem in weak references, since Jode apparently relies on them to release classes (it has no explicit way to completely unload a class).AFAIK, weak references don't work in Kissme. Certainly, the Mauve weak reference testcases have been commented out of the regression tests. I also suspect that class unloading won't work either.
When I referred to unloading classes, I meant Jode's representation of classes in regular old Java data structures; as far as I know, Jode doesn't rely on VM class unloading.
Stuart.
--
Stuart Ballard, Programmer
NetReach - Internet Solutions
(215) 283-2300, ext. 126
http://www.netreach.com/
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath