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 Afremov (JIRA)" <ji...@apache.org> on 2008/01/15 19:43:37 UTC

[jira] Created: (HARMONY-5391) [drlvm][jit] Crash in server mode with uncompressed referencess ov x86-64.

[drlvm][jit] Crash in server mode with uncompressed referencess ov x86-64.
--------------------------------------------------------------------------

                 Key: HARMONY-5391
                 URL: https://issues.apache.org/jira/browse/HARMONY-5391
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Windows x86-64 & Linux x86-64
            Reporter: Pavel Afremov
         Attachments: HARMONY-5391.patch

In uncompressed server mode DRLVM crashed on assert in the JIT.
.../hdk/working_vm/vm/jitrino/src/optimizer/helper_inliner.cpp:207: void Jitrino::HelperInliner::run(): Assertion `VMInterface::areReferencesCompressed()' failed.
It's overinsurance assert in the magic inlining code. 
Fix consists in the assert removing.


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


[jira] Resolved: (HARMONY-5391) [drlvm][jit] Crash in server mode with uncompressed referencess ov x86-64.

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

Gregory Shimansky resolved HARMONY-5391.
----------------------------------------

    Resolution: Fixed

Patch is applied at 612491.

> [drlvm][jit] Crash in server mode with uncompressed referencess ov x86-64.
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-5391
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5391
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows x86-64 & Linux x86-64
>            Reporter: Pavel Afremov
>            Assignee: Gregory Shimansky
>         Attachments: HARMONY-5391.patch
>
>
> In uncompressed server mode DRLVM crashed on assert in the JIT.
> .../hdk/working_vm/vm/jitrino/src/optimizer/helper_inliner.cpp:207: void Jitrino::HelperInliner::run(): Assertion `VMInterface::areReferencesCompressed()' failed.
> It's overinsurance assert in the magic inlining code. 
> Fix consists in the assert removing.

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


[jira] Updated: (HARMONY-5391) [drlvm][jit] Crash in server mode with uncompressed referencess ov x86-64.

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

Pavel Afremov updated HARMONY-5391:
-----------------------------------

    Attachment: HARMONY-5391.patch

> [drlvm][jit] Crash in server mode with uncompressed referencess ov x86-64.
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-5391
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5391
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows x86-64 & Linux x86-64
>            Reporter: Pavel Afremov
>         Attachments: HARMONY-5391.patch
>
>
> In uncompressed server mode DRLVM crashed on assert in the JIT.
> .../hdk/working_vm/vm/jitrino/src/optimizer/helper_inliner.cpp:207: void Jitrino::HelperInliner::run(): Assertion `VMInterface::areReferencesCompressed()' failed.
> It's overinsurance assert in the magic inlining code. 
> Fix consists in the assert removing.

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


[jira] Assigned: (HARMONY-5391) [drlvm][jit] Crash in server mode with uncompressed referencess ov x86-64.

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

Gregory Shimansky reassigned HARMONY-5391:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jit] Crash in server mode with uncompressed referencess ov x86-64.
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-5391
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5391
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows x86-64 & Linux x86-64
>            Reporter: Pavel Afremov
>            Assignee: Gregory Shimansky
>         Attachments: HARMONY-5391.patch
>
>
> In uncompressed server mode DRLVM crashed on assert in the JIT.
> .../hdk/working_vm/vm/jitrino/src/optimizer/helper_inliner.cpp:207: void Jitrino::HelperInliner::run(): Assertion `VMInterface::areReferencesCompressed()' failed.
> It's overinsurance assert in the magic inlining code. 
> Fix consists in the assert removing.

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