You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org> on 2007/08/21 10:45:30 UTC

[jira] Created: (HARMONY-4654) [drlvm][classloader][init] assertion on OOME class is not initialized

[drlvm][classloader][init] assertion on OOME class is not initialized
---------------------------------------------------------------------

                 Key: HARMONY-4654
                 URL: https://issues.apache.org/jira/browse/HARMONY-4654
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: windows / linux x86
            Reporter: Eugene S. Ostrovsky


assert(objClass->is_initialized() || objClass->is_initializing()) occures in rth_invokevirtual_addr_withresolve() function for printStackTrace(0 method of OutOfMemoryError instance.

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


[jira] Updated: (HARMONY-4654) [drlvm][classloader][init] assertion on OOME class is not initialized

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

Eugene S. Ostrovsky updated HARMONY-4654:
-----------------------------------------

    Attachment: H4654-Initialization-for-OOME-class.patch

Added patch:
  H4654-Initialization-for-OOME-class.patch

Proposed fix for the issue.
Adds explicit Initialization for OutOfMemoryError class.

I would like someone experienced in class loading to review this patch.

> [drlvm][classloader][init] assertion on OOME class is not initialized
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-4654
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4654
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows / linux x86
>            Reporter: Eugene S. Ostrovsky
>         Attachments: H4654-Initialization-for-OOME-class.patch, H4654-Regression-test.patch
>
>
> assert(objClass->is_initialized() || objClass->is_initializing()) occures in rth_invokevirtual_addr_withresolve() function for printStackTrace(0 method of OutOfMemoryError instance.

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


[jira] Closed: (HARMONY-4654) [drlvm][classloader][init] assertion on OOME class is not initialized

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

Gregory Shimansky closed HARMONY-4654.
--------------------------------------


No response, assuming ok.

> [drlvm][classloader][init] assertion on OOME class is not initialized
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-4654
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4654
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows / linux x86
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>         Attachments: H4654-Initialization-for-OOME-class.patch, H4654-Regression-test.patch
>
>
> assert(objClass->is_initialized() || objClass->is_initializing()) occures in rth_invokevirtual_addr_withresolve() function for printStackTrace(0 method of OutOfMemoryError instance.

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


[jira] Commented: (HARMONY-4654) [drlvm][classloader][init] assertion on OOME class is not initialized

Posted by "Mikhail Fursov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521768 ] 

Mikhail Fursov commented on HARMONY-4654:
-----------------------------------------

Eugene, patch looks OK to me

> [drlvm][classloader][init] assertion on OOME class is not initialized
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-4654
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4654
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows / linux x86
>            Reporter: Eugene S. Ostrovsky
>         Attachments: H4654-Initialization-for-OOME-class.patch, H4654-Regression-test.patch
>
>
> assert(objClass->is_initialized() || objClass->is_initializing()) occures in rth_invokevirtual_addr_withresolve() function for printStackTrace(0 method of OutOfMemoryError instance.

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


[jira] Updated: (HARMONY-4654) [drlvm][classloader][init] assertion on OOME class is not initialized

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

Eugene S. Ostrovsky updated HARMONY-4654:
-----------------------------------------

    Attachment: H4654-Regression-test.patch

Added patch:
  H4654-Regression-test.patch

Test that reproduces the issue.

> [drlvm][classloader][init] assertion on OOME class is not initialized
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-4654
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4654
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows / linux x86
>            Reporter: Eugene S. Ostrovsky
>         Attachments: H4654-Regression-test.patch
>
>
> assert(objClass->is_initialized() || objClass->is_initializing()) occures in rth_invokevirtual_addr_withresolve() function for printStackTrace(0 method of OutOfMemoryError instance.

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


[jira] Assigned: (HARMONY-4654) [drlvm][classloader][init] assertion on OOME class is not initialized

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

Gregory Shimansky reassigned HARMONY-4654:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][classloader][init] assertion on OOME class is not initialized
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-4654
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4654
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows / linux x86
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>         Attachments: H4654-Initialization-for-OOME-class.patch, H4654-Regression-test.patch
>
>
> assert(objClass->is_initialized() || objClass->is_initializing()) occures in rth_invokevirtual_addr_withresolve() function for printStackTrace(0 method of OutOfMemoryError instance.

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


[jira] Resolved: (HARMONY-4654) [drlvm][classloader][init] assertion on OOME class is not initialized

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

Gregory Shimansky resolved HARMONY-4654.
----------------------------------------

    Resolution: Fixed

Patch is applied at 569421. Please check that it was applied as expected.

> [drlvm][classloader][init] assertion on OOME class is not initialized
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-4654
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4654
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows / linux x86
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>         Attachments: H4654-Initialization-for-OOME-class.patch, H4654-Regression-test.patch
>
>
> assert(objClass->is_initialized() || objClass->is_initializing()) occures in rth_invokevirtual_addr_withresolve() function for printStackTrace(0 method of OutOfMemoryError instance.

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