You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/05/23 23:06:16 UTC

[jira] Resolved: (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 ]

Gregory Shimansky resolved HARMONY-3932.
----------------------------------------

    Resolution: Fixed

Patch applied at 541075. Please check that it was applied as expected.

> [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
>         Assigned To: Gregory Shimansky
>         Attachments: HARMONY-3932_add_markup.patch, screenshot-1.jpg
>
>
> 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.