Change the client driver to allow statements to be garbage-collected once they
are not referenced in an application
-------------------------------------------------------------------------------------------------------------------
Key: DERBY-1103
URL: http://issues.apache.org/jira/browse/DERBY-1103
Project: Derby
Type: Sub-task
Components: Network Client
Reporter: Deepa Remesh
Assigned to: Deepa Remesh
Fix For: 10.2.0.0
This is a sub-task of DERBY-210 which covers the following;
1. Eliminates the references to statement classes in the client driver. This
allows the statement objects to be garbage-collected once they are not
referenced in the application.
2. Clean up the finalizer in the statement classes to avoid synchronized
operations.
3. Add the test in the repro derbyStress.java to regression test.
This sub-task solves the memory leak mentioned in the repro "derbyStress.java".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira