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/19 15:05:32 UTC

[jira] Updated: (HARMONY-3426) [drlvm][win64] Problem with callee save registers on Win64T

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

Mikhail Fursov updated HARMONY-3426:
------------------------------------

    Attachment: cc.diff

> [drlvm][win64] Problem with callee save registers on Win64T
> -----------------------------------------------------------
>
>                 Key: HARMONY-3426
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3426
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Attachments: cc.diff
>
>
> On windows64 platform RDI and RSI are callee-save registers.
> DRLVM does not treat these registers as callee-save and it can lead to a problem with native methods calls.
> This patch fixes JIT and VM handling RSI and RDI on windows.
> Please review.

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