You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Pervov (JIRA)" <ji...@apache.org> on 2007/10/26 13:37:51 UTC

[jira] Created: (HARMONY-5030) [drlvm][finalizer] Regression in gc.RunFinalizersOnExit on all configurations.

[drlvm][finalizer] Regression in gc.RunFinalizersOnExit on all configurations.
------------------------------------------------------------------------------

                 Key: HARMONY-5030
                 URL: https://issues.apache.org/jira/browse/HARMONY-5030
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Pavel Pervov


The failure is caused by switching from ICU4JNI to ICU4J.

DRLVM code contained workaround for not running finalizer of one of icu4jni classes.

I'll attach the patch right away.

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


[jira] Updated: (HARMONY-5030) [drlvm][finalizer] Regression in gc.RunFinalizersOnExit on all configurations.

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Pervov updated HARMONY-5030:
----------------------------------

    Attachment: H5030.patch

Here is the patch to fix the regression.

> [drlvm][finalizer] Regression in gc.RunFinalizersOnExit on all configurations.
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-5030
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5030
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>         Attachments: H5030.patch
>
>
> The failure is caused by switching from ICU4JNI to ICU4J.
> DRLVM code contained workaround for not running finalizer of one of icu4jni classes.
> I'll attach the patch right away.

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


[jira] Assigned: (HARMONY-5030) [drlvm][finalizer] Regression in gc.RunFinalizersOnExit on all configurations.

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov reassigned HARMONY-5030:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][finalizer] Regression in gc.RunFinalizersOnExit on all configurations.
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-5030
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5030
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>            Assignee: Alexey Varlamov
>         Attachments: H5030.patch
>
>
> The failure is caused by switching from ICU4JNI to ICU4J.
> DRLVM code contained workaround for not running finalizer of one of icu4jni classes.
> I'll attach the patch right away.

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


[jira] Closed: (HARMONY-5030) [drlvm][finalizer] Regression in gc.RunFinalizersOnExit on all configurations.

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov closed HARMONY-5030.
------------------------------------

    Resolution: Fixed

The patch did not compile as is, one more reference to CharsetEncoder remained. Fixed and committed at revision: 588616, thanks.


> [drlvm][finalizer] Regression in gc.RunFinalizersOnExit on all configurations.
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-5030
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5030
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>            Assignee: Alexey Varlamov
>         Attachments: H5030.patch
>
>
> The failure is caused by switching from ICU4JNI to ICU4J.
> DRLVM code contained workaround for not running finalizer of one of icu4jni classes.
> I'll attach the patch right away.

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