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

[jira] Updated: (HARMONY-3421) [drlvm][winx86][build][gc_gen] gc_gen build is broken on windows/em64t

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

Vladimir Beliaev updated HARMONY-3421:
--------------------------------------

    Attachment: tmp_workaround.patch

I've attached temporary patch (tmp_workaround.patch) which just disables win64-unfriendly code parts.

This patch is not supposed to be committed. Still it may be used to move forward with windows/em64t development.

Thanks
Vladimir Beeliaev


> [drlvm][winx86][build][gc_gen] gc_gen build is broken on windows/em64t
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3421
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3421
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows/em64t
>            Reporter: Vladimir Beliaev
>            Priority: Critical
>         Attachments: tmp_workaround.patch
>
>
> With recent commits in gc_gen the DLRVM build is broken on windows/em64t.
> Please get it fixed.
> The files with errors are:
> <trunk>\working_vm\vm\gc_gen\src\gen\gen_adapt.cpp
> <trunk>\working_vm\vm\gc_gen\src\mark_sweep\../utils/bit_ops.h
> The error example is:
> .....utils/bit_ops.h(38) : error C4235: nonstandard extension used : '__asm' keyword not supported on this architecture
> .....utils/bit_ops.h(39) : error C2065: 'bsf' : undeclared identifier
> .....AND SO ON...
> Also it woiuld be really helpfull to get gc_gen compilation warnings fixed for windows/em64t. I can file separate JIRA for this warning-issue if required (still I thing the changes are actually minor, so everything may be fixed in one small commit).
> Thanks
> Vladimir Beliaev

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