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

[jira] Assigned: (HARMONY-3421) [drlvm][winx64][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 ]

Xiao-Feng Li reassigned HARMONY-3421:
-------------------------------------

    Assignee: Xiao-Feng Li

> [drlvm][winx64][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
>         Assigned To: Xiao-Feng Li
>            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 would 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 think 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.