[jdom-commits] CVS update: jdom/src/java/org/jdom/input

jhunter at cvs.jdom.org jhunter at cvs.jdom.org
Fri Jun 1 16:27:46 PDT 2001


Date:	Saturday June 2, 2001 @ 0:27
Author:	jhunter

Update of /home/cvspublic/jdom/src/java/org/jdom/input
In directory www.nmemonix.com:/tmp/cvs-serv3990

Modified Files:
	SAXBuilder.java 
Log Message:
Added a finally block after the build that sets the contentHandler to null.
This should encourage the garbage collector to reclaim the contentHandler
data.  It shouldn't be necessary as contentHandler is a stack variable,
but this change seems to help on my JDK 1.2.2 Win2K JVM and should cause 
no harm to others.

-jh-

===================================================================
File: no file SAXBuilder.java		Status: Needs Checkout

   Working revision:	1.51	Fri Jun  1 23:27:45 2001
   Repository revision:	1.51	/home/cvspublic/jdom/src/java/org/jdom/input/SAXBuilder.java,v

   Existing Tags:
	start                    	(revision: 1.1.1.1)
	jdom                     	(branch: 1.1.1)




More information about the jdom-commits mailing list