Update of /cvsroot/nice/Nice/src/bossa/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv4508/src/bossa/modules
Modified Files:
Package.java
Log Message:
Delete ClassTypes from the cache, to avoid memory usage from groing
for multiple compilations in the same JVM.
Index: Package.java
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/modules/Package.java,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** Package.java 17 Nov 2003 20:26:25 -0000 1.102
--- Package.java 27 Nov 2003 00:21:20 -0000 1.103
***************
*** 292,295 ****
--- 292,296 ----
TypeConstructors.reset();
JavaClasses.reset();
+ gnu.bytecode.Type.reset();
}
|