Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: Compiler: Optimizing
-
Labels:None
-
Number of attachments :
Description
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.
Fixed in r14824.