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 2006/06/27 13:37:30 UTC

[jira] Created: (HARMONY-677) [drlvm] minimal 1.5 class file support

[drlvm] minimal 1.5 class file support
--------------------------------------

         Key: HARMONY-677
         URL: http://issues.apache.org/jira/browse/HARMONY-677
     Project: Harmony
        Type: New Feature

  Components: VM  
    Reporter: Alexey Varlamov


Basic support for running v49 classfiles, with either interpreter or non-optimizing JIT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-677) [drlvm] minimal 1.5 class file support

Posted by "Pavel Rebriy (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-677?page=all ]

Pavel Rebriy updated HARMONY-677:
---------------------------------

    Attachment: 1.5_verifier.patch

Patch for 1.5 verifier.
Added support CONSTANT_Class for ldc instruction.

> [drlvm] minimal 1.5 class file support
> --------------------------------------
>
>          Key: HARMONY-677
>          URL: http://issues.apache.org/jira/browse/HARMONY-677
>      Project: Harmony
>         Type: New Feature

>   Components: VM
>     Reporter: Alexey Varlamov
>  Attachments: 1.5_interpreter.patch, 1.5_jit.patch, 1.5_verifier.patch
>
> Basic support for running v49 classfiles, with either interpreter or non-optimizing JIT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-677) [drlvm] minimal 1.5 class file support

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-677?page=all ]

Alexey Varlamov updated HARMONY-677:
------------------------------------

    Attachment: 1.5_interpreter.patch
                1.5_jit.patch

> [drlvm] minimal 1.5 class file support
> --------------------------------------
>
>          Key: HARMONY-677
>          URL: http://issues.apache.org/jira/browse/HARMONY-677
>      Project: Harmony
>         Type: New Feature

>   Components: VM
>     Reporter: Alexey Varlamov
>  Attachments: 1.5_interpreter.patch, 1.5_jit.patch
>
> Basic support for running v49 classfiles, with either interpreter or non-optimizing JIT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-677) [drlvm] minimal 1.5 class file support

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-677?page=all ]

Geir Magnusson Jr reassigned HARMONY-677:
-----------------------------------------

    Assign To: Geir Magnusson Jr

> [drlvm] minimal 1.5 class file support
> --------------------------------------
>
>          Key: HARMONY-677
>          URL: http://issues.apache.org/jira/browse/HARMONY-677
>      Project: Harmony
>         Type: New Feature

>   Components: VM
>     Reporter: Alexey Varlamov
>     Assignee: Geir Magnusson Jr
>  Attachments: 1.5_interpreter.patch, 1.5_jit.patch, 1.5_verifier.patch, 1.5_verifier.patch
>
> Basic support for running v49 classfiles, with either interpreter or non-optimizing JIT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-677) [drlvm] minimal 1.5 class file support

Posted by "Pavel Rebriy (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-677?page=all ]

Pavel Rebriy updated HARMONY-677:
---------------------------------

    Attachment: 1.5_verifier.patch

Grant license to ASF :)

> [drlvm] minimal 1.5 class file support
> --------------------------------------
>
>          Key: HARMONY-677
>          URL: http://issues.apache.org/jira/browse/HARMONY-677
>      Project: Harmony
>         Type: New Feature

>   Components: VM
>     Reporter: Alexey Varlamov
>  Attachments: 1.5_interpreter.patch, 1.5_jit.patch, 1.5_verifier.patch, 1.5_verifier.patch
>
> Basic support for running v49 classfiles, with either interpreter or non-optimizing JIT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-677) [drlvm] minimal 1.5 class file support

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-677?page=all ]
     
Geir Magnusson Jr resolved HARMONY-677:
---------------------------------------

    Resolution: Fixed

Applied in commit r419557

> [drlvm] minimal 1.5 class file support
> --------------------------------------
>
>          Key: HARMONY-677
>          URL: http://issues.apache.org/jira/browse/HARMONY-677
>      Project: Harmony
>         Type: New Feature

>   Components: VM
>     Reporter: Alexey Varlamov
>     Assignee: Geir Magnusson Jr
>  Attachments: 1.5_interpreter.patch, 1.5_jit.patch, 1.5_verifier.patch, 1.5_verifier.patch
>
> Basic support for running v49 classfiles, with either interpreter or non-optimizing JIT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-677) [drlvm] minimal 1.5 class file support

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-677?page=all ]
     
Geir Magnusson Jr closed HARMONY-677:
-------------------------------------


Applied in commit r419557

> [drlvm] minimal 1.5 class file support
> --------------------------------------
>
>          Key: HARMONY-677
>          URL: http://issues.apache.org/jira/browse/HARMONY-677
>      Project: Harmony
>         Type: New Feature

>   Components: VM
>     Reporter: Alexey Varlamov
>     Assignee: Geir Magnusson Jr
>  Attachments: 1.5_interpreter.patch, 1.5_jit.patch, 1.5_verifier.patch, 1.5_verifier.patch
>
> Basic support for running v49 classfiles, with either interpreter or non-optimizing JIT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira