You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/05/08 11:59:15 UTC

[jira] Assigned: (HARMONY-3784) [drlvm][jit][jet] Incorrect support of vmmagic types and object fields in JET compiler

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

Alexey Varlamov reassigned HARMONY-3784:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][jit][jet] Incorrect support of vmmagic types and object fields in JET compiler
> --------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3784
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3784
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Assigned To: Alexey Varlamov
>         Attachments: jet.magics
>
>
> VMMagic implementation in JET compiler was initially prototyped but was never actually used/tested except several particular places in class initializers (DRLVM server mode uses JET compiler for <clinits>)
> JET has several problems with magic implementation today:
> 1) Magic types are reported to GC. So if GC happend during class initialization DRLVM will fail
> 2) Magic types are incorrectly stored to fields on EM64T platform with compressed references mode enabled.
> The only scenario affected today is GCv5 server mode support for EM64T platform where field of Address type is used.

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