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/22 13:34:16 UTC

[jira] Updated: (HARMONY-3932) [drlvm][class_support] Known/proven race conditions markup at vm\vmcore\src\class_support\Class.cpp at is_instanceof() function

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

Ilya Leviev updated HARMONY-3932:
---------------------------------

    Attachment: HARMONY-3932_add_markup.patch

> [drlvm][class_support] Known/proven race conditions markup at vm\vmcore\src\class_support\Class.cpp at is_instanceof() function
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3932
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3932
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Leviev
>         Attachments: HARMONY-3932_add_markup.patch
>
>
> There are thread unsafe access that result in race conditions that occur during execution of is_instanceof() function(195-203) from vm\vmcore\src\class_support\Class.cpp.
> As the 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.
> See also Source View screenshots.

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