You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2007/07/16 14:59:04 UTC

[jira] Closed: (HARMONY-2111) [drlvm][em] Logging problem: method counter in EM is not thread safe

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

Mikhail Fursov closed HARMONY-2111.
-----------------------------------

    Resolution: Duplicate

Closing as duplicate for HARMONY-3714

> [drlvm][em] Logging problem: method counter in EM is not thread safe
> --------------------------------------------------------------------
>
>                 Key: HARMONY-2111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2111
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>            Assignee: Mikhail Fursov
>            Priority: Minor
>
> The problem is with DrlEMImpl::nMethodsCompiled field updated in JIT_Result DrlEMImpl::compileMethod(Method_Handle mh) method.
> The field is used only for logging and can be updated simultaneously by multiple threads.
> This is very low lowpriority issue, but must be fixed to avoid ThreadChecker warnings.

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