You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/06/06 15:20:26 UTC

[jira] Created: (HARMONY-4074) [drlvm][jit][ipf] JIT on IPF does unaligned access to memory in Jitrino::IPF::RuntimeInterface::findSafePoint(unsigned char*, unsigned int, unsigned long long)

[drlvm][jit][ipf] JIT on IPF does unaligned access to memory in Jitrino::IPF::RuntimeInterface::findSafePoint(unsigned char*, unsigned int, unsigned long long)
---------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-4074
                 URL: https://issues.apache.org/jira/browse/HARMONY-4074
             Project: Harmony
          Issue Type: Bug
            Reporter: Gregory Shimansky
            Priority: Minor


When running some of the smoke tests on IPF in default JIT mode Linux reports unaligned access (at IP 0x2000000007575aa0 for me). I've disassembled this address:

0x2000000007575aa0 <_ZN7Jitrino3IPF16RuntimeInterface13findSafePointEPhjy+320>:[MMI]       ld8 r14=[r14];;

After C++ demangling the function name looks like Jitrino::IPF::RuntimeInterface::findSafePoint(unsigned char*, unsigned int, unsigned long long)

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


[jira] Updated: (HARMONY-4074) [drlvm][jit][ipf] JIT on IPF does unaligned access to memory in Jitrino::IPF::RuntimeInterface::findSafePoint(unsigned char*, unsigned int, unsigned long long)

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

Gregory Shimansky updated HARMONY-4074:
---------------------------------------

    Component/s: DRLVM

> [drlvm][jit][ipf] JIT on IPF does unaligned access to memory in Jitrino::IPF::RuntimeInterface::findSafePoint(unsigned char*, unsigned int, unsigned long long)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4074
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4074
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Gregory Shimansky
>            Priority: Minor
>
> When running some of the smoke tests on IPF in default JIT mode Linux reports unaligned access (at IP 0x2000000007575aa0 for me). I've disassembled this address:
> 0x2000000007575aa0 <_ZN7Jitrino3IPF16RuntimeInterface13findSafePointEPhjy+320>:[MMI]       ld8 r14=[r14];;
> After C++ demangling the function name looks like Jitrino::IPF::RuntimeInterface::findSafePoint(unsigned char*, unsigned int, unsigned long long)

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