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/06/01 14:36:15 UTC

[jira] Updated: (HARMONY-4025) [drlvm][jit][tc]Known/proven race conditions markup at vmcore\src\jit\jit_runtime_support.cpp at rth_type_test_update_stats and rth_update_instanceof_stats functions

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

Ilya Leviev updated HARMONY-4025:
---------------------------------

    Attachment: HARMONY-4025_add_markup.patch

> [drlvm][jit][tc]Known/proven race conditions markup at vmcore\src\jit\jit_runtime_support.cpp at rth_type_test_update_stats and rth_update_instanceof_stats functions
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4025
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4025
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Leviev
>         Attachments: HARMONY-4025_add_markup.patch
>
>
> Known/proven race conditions markup at vmcore\src\jit\jit_runtime_support.cpp at rth_type_test_update_stats and rth_update_instanceof_stats functions
> TC report on thread unsafe access that result in race conditions that occur during execution of rth_type_test_update_stats and rth_update_instanceof_stats functions
> Data-races: 
> Memory read at "jit_runtime_support.cpp":351 conflicts with a prior memory write at "jit_runtime_support.cpp":351
> Memory read at "jit_runtime_support.cpp":353 conflicts with a prior memory write at "jit_runtime_support.cpp":353
> Memory write at "jit_runtime_support.cpp":355 conflicts with a prior memory write at "jit_runtime_support.cpp":355
> Memory read at "jit_runtime_support.cpp":388 conflicts with a prior memory write at "jit_runtime_support.cpp":388
> Memory read at "jit_runtime_support.cpp":390 conflicts with a prior memory write at "jit_runtime_support.cpp":390
> As issues related to vm statistic data collection in debug mode and it not affect correctness of execution I mark it by special API for prevention of further alarms on this race. 

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