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

[jira] Commented: (HARMONY-2230) [drlvm] Fix for fake circularity error.

    [ https://issues.apache.org/jira/browse/HARMONY-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467360 ] 

Pavel Pervov commented on HARMONY-2230:
---------------------------------------

Except for double initialization of work_lock the patch looks ok and can be committed.

P.S. Prefetching java/lang/InternalError looks more like a workaround to me though.

> [drlvm] Fix for fake circularity error.
> ---------------------------------------
>
>                 Key: HARMONY-2230
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2230
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Afremov
>         Assigned To: Gregory Shimansky
>         Attachments: Fix-for-fake-circularity-error.patch, Fix-for-fake-circularity-error.txt
>
>
> Fix for fake circularity error.
> This error can happen during compilation, by interaction of JIT, ClassLoader, GC and reference enqueue system.
> Fix contains following changes:
>     - added preload of InternalError class.
>     - reference enqueue system switched to finalizer scheme.
>     - Work balance subsystem turned off for GC in JIT compilation frame (FRAME_COMPILATION).

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