You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/05/31 12:46:15 UTC

[jira] Closed: (HARMONY-3984) [drlvm][jit]Finalizable object should not be scalarized

     [ https://issues.apache.org/jira/browse/HARMONY-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov closed HARMONY-3984.
------------------------------------

    Resolution: Fixed

Applied at revision: 543108, thanks!


> [drlvm][jit]Finalizable object should not be scalarized
> -------------------------------------------------------
>
>                 Key: HARMONY-3984
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3984
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Natalya Golovleva
>            Assignee: Alexey Varlamov
>            Priority: Minor
>         Attachments: esc_fin.patch
>
>
> A scalar replacement optimization incorrectly optimizes objects having 'finalize' method.
> The objects that have 'finalize' method cannot be scalar replaced.
> Also two scalar replacement option's names need to be fixed:
> 'do_scalar_repl_only_final_fields' is replaced by 
> 'do_scalar_repl_only_final_fields_in_use' 
> 'scalarize_final_fields' is replaced by 
> 'do_scalar_repl_final_fields'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.