Keep children of not-finalized objects
| Project: | JNode Core |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Description
If we have a garbage object that needs finalization we currently delete all its references. Bad finalize code might reasign these garbage object to the reachable graph.
Implement a way to keep the objects reachable as long as the parent object is not finalized.
- Login to post comments