|
From: | Stuart Ballard |
Subject: | Re: mauve results posted nightly |
Date: | Mon, 18 Nov 2002 09:40:55 -0500 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020913 Debian/1.1-1 |
Stephen Crawley wrote:
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.
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!
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/
[Prev in Thread] | Current Thread | [Next in Thread] |