Issue Details (XML | Word | Printable)

Key: RVM-608
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Ian Rogers
Reporter: Ian Rogers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RVM

Object replacement ignores finalizer methods

Created: 31/Jul/08 08:47 AM   Updated: 31/Jul/08 09:05 AM
Component/s: Compiler: Optimizing
Affects Version/s: None
Fix Version/s: 3.0

Time Tracking:
Not Specified


 Description  « Hide
When we scalar replace an object we don't check to see if the object has a finalizer, this can mean we scalar replace the object and its finalizer will never be run. For now we should just not scalar replace objects with finalizers.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ian Rogers added a comment - 31/Jul/08 09:05 AM
Fixed in r14824.