You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2007/03/26 16:00:49 UTC

[jira] Created: (HARMONY-3497) [drlvm][jit] Ileggal managed<->unmanaged conversion in JIT cause GC failures in server mode

[drlvm][jit] Ileggal managed<->unmanaged conversion in JIT cause GC failures in server mode
-------------------------------------------------------------------------------------------

                 Key: HARMONY-3497
                 URL: https://issues.apache.org/jira/browse/HARMONY-3497
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Mikhail Fursov
            Priority: Critical


Some specs (SpecJBB..) fails in server mode with helpers inliner turned on.
I can't minimize the test because the scenario is very complex and depends on gcm & class initialization order.

The attached patch contains the fix and IR-selfchecking routine enabled in debug build to avoid such errors in future.

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


[jira] Updated: (HARMONY-3497) [drlvm][jit] Ileggal managed<->unmanaged conversion in JIT cause GC failures in server mode

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

Mikhail Fursov updated HARMONY-3497:
------------------------------------

    Attachment: magics_fix.diff

> [drlvm][jit] Ileggal managed<->unmanaged conversion in JIT cause GC failures in server mode
> -------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3497
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3497
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>            Priority: Critical
>         Attachments: magics_fix.diff
>
>
> Some specs (SpecJBB..) fails in server mode with helpers inliner turned on.
> I can't minimize the test because the scenario is very complex and depends on gcm & class initialization order.
> The attached patch contains the fix and IR-selfchecking routine enabled in debug build to avoid such errors in future.

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


[jira] Updated: (HARMONY-3497) [drlvm][jit] Ileggal managed<->unmanaged conversion in JIT cause GC failures in server mode

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

Mikhail Fursov updated HARMONY-3497:
------------------------------------

    Attachment: magics_fix2.diff

magics_fix2.diff :  em64t issues fixed: 
1) improved runtime info check for calls
2) allow managed->unmanaged conversion in check routine for static fields mptrs

this fix is complete and does not require any previous diffs to be applied.

> [drlvm][jit] Ileggal managed<->unmanaged conversion in JIT cause GC failures in server mode
> -------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3497
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3497
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Assigned To: Alexey Varlamov
>            Priority: Critical
>         Attachments: magics_fix.diff, magics_fix2.diff
>
>
> Some specs (SpecJBB..) fails in server mode with helpers inliner turned on.
> I can't minimize the test because the scenario is very complex and depends on gcm & class initialization order.
> The attached patch contains the fix and IR-selfchecking routine enabled in debug build to avoid such errors in future.

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


[jira] Assigned: (HARMONY-3497) [drlvm][jit] Ileggal managed<->unmanaged conversion in JIT cause GC failures in server mode

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

Alexey Varlamov reassigned HARMONY-3497:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][jit] Ileggal managed<->unmanaged conversion in JIT cause GC failures in server mode
> -------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3497
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3497
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Assigned To: Alexey Varlamov
>            Priority: Critical
>         Attachments: magics_fix.diff
>
>
> Some specs (SpecJBB..) fails in server mode with helpers inliner turned on.
> I can't minimize the test because the scenario is very complex and depends on gcm & class initialization order.
> The attached patch contains the fix and IR-selfchecking routine enabled in debug build to avoid such errors in future.

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


[jira] Resolved: (HARMONY-3497) [drlvm][jit] Ileggal managed<->unmanaged conversion in JIT cause GC failures in server mode

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

Alexey Varlamov resolved HARMONY-3497.
--------------------------------------

    Resolution: Fixed

Applied latest patch at r522827.

> [drlvm][jit] Ileggal managed<->unmanaged conversion in JIT cause GC failures in server mode
> -------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3497
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3497
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Assigned To: Alexey Varlamov
>            Priority: Critical
>         Attachments: magics_fix.diff, magics_fix2.diff
>
>
> Some specs (SpecJBB..) fails in server mode with helpers inliner turned on.
> I can't minimize the test because the scenario is very complex and depends on gcm & class initialization order.
> The attached patch contains the fix and IR-selfchecking routine enabled in debug build to avoid such errors in future.

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