You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Leviev (JIRA)" <ji...@apache.org> on 2007/05/07 11:15:15 UTC

[jira] Updated: (HARMONY-3537) [drlvm]Race conditions while HWA running on interpreter

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

Ilya Leviev updated HARMONY-3537:
---------------------------------

    Attachment: HARMONY-3537-mark_hwa_race_conditions_update4.patch

Patch updated as header file name have changed from port_nonatomic.h to port_threadunsafe.h

> [drlvm]Race conditions while HWA running on interpreter
> -------------------------------------------------------
>
>                 Key: HARMONY-3537
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3537
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Leviev
>         Assigned To: weldon washburn
>         Attachments: HARMONY-3537-mark_hwa_race_conditions.patch, HARMONY-3537-mark_hwa_race_conditions_update.patch, HARMONY-3537-mark_hwa_race_conditions_update2.patch, HARMONY-3537-mark_hwa_race_conditions_update3.patch, HARMONY-3537-mark_hwa_race_conditions_update4.patch
>
>
> TC report about race conditions while HWA running on interpreter(debug mode). As it not affect on correctness of program execution I have marked it by special API for prevention of further alarms on this race conditions.
> The patch marks such race at TM module and at VMCORE/objects.
> Notes: 
> The patch contains 3 parts.
> 1) - Add new header file (port/include/port_nonatomic.h) which define functions that mark start and end points of code area where thread unsafe operations are performed.
> 2) - Mark VMCORE/objects race conditions at vmcore/src/object/object_handles.cpp by defined functions.
> 3) - Mark TM race conditions at thread/src/thread_native_thin_monitor.c by defined functions.

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