
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
23/Apr/06 02:11 AM
|
Classes in the api.persistencemanager package and subpackages, when the test FAILS, or in some cases when there is an ERROR, pmf is not closed. This is responsible for about 200MB of unrecovered memory usage, causing java.lang.OutOfMemoryError before a work-around was checked in. See JDO-21.
|
|
Description
|
Classes in the api.persistencemanager package and subpackages, when the test FAILS, or in some cases when there is an ERROR, pmf is not closed. This is responsible for about 200MB of unrecovered memory usage, causing java.lang.OutOfMemoryError before a work-around was checked in. See JDO-21. |
Show » |
|
Another change is in the superclass of the PersistenceManager test. It implements a cleanup method that is called before the PMF is closed. In the old implementation any cleanup failure bypasses the code that closes the pmf. I changed this such that the pmf is closed in any case.