You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/03/22 05:34:32 UTC

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

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

Alexey Varlamov reassigned HARMONY-3426:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][winx64] 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
>         Assigned To: Alexey Varlamov
>         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.