You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "weldon washburn (JIRA)" <ji...@apache.org> on 2006/08/23 01:03:13 UTC

[jira] Created: (HARMONY-1260) mods that allow VM to pass "mmtk vmmagic" arguments to JIT

mods that allow VM to pass "mmtk vmmagic" arguments to JIT
----------------------------------------------------------

                 Key: HARMONY-1260
                 URL: http://issues.apache.org/jira/browse/HARMONY-1260
             Project: Harmony
          Issue Type: New Feature
          Components: DRLVM
         Environment: this patch is needed for compiling and executing vmmagic calls (initially only mmtk contains vmmagic calls, but eventually "vm helpers" could also need it)
            Reporter: weldon washburn
            Priority: Minor
         Attachments: compile_IA32.cpp

without this patch, the VM will do the wrong thing with vmmagic unboxed objects when calling the JIT to compile a method.  Because this mod alters heavily used code paths, I thought it best to put it as a patch first.  Then commit once others are able to successfully use it.

-- 
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-1260) mods that allow VM to pass "mmtk vmmagic" arguments to JIT

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

weldon washburn reassigned HARMONY-1260:
----------------------------------------

    Assignee: weldon washburn

> mods that allow VM to pass "mmtk vmmagic" arguments to JIT
> ----------------------------------------------------------
>
>                 Key: HARMONY-1260
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1260
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>         Environment: this patch is needed for compiling and executing vmmagic calls (initially only mmtk contains vmmagic calls, but eventually "vm helpers" could also need it)
>            Reporter: weldon washburn
>         Assigned To: weldon washburn
>            Priority: Minor
>         Attachments: compile_IA32.cpp, compile_IA32.cpp.diff, mon_enter_exit.cpp.diff, mon_enter_exit.h.diff
>
>
> without this patch, the VM will do the wrong thing with vmmagic unboxed objects when calling the JIT to compile a method.  Because this mod alters heavily used code paths, I thought it best to put it as a patch first.  Then commit once others are able to successfully use it.

-- 
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-1260) mods that allow VM to pass "mmtk vmmagic" arguments to JIT

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

weldon washburn updated HARMONY-1260:
-------------------------------------

    Attachment: compile_IA32.cpp.diff

mods that support MMTk integration.  Do not commit until smoke tests pass

> mods that allow VM to pass "mmtk vmmagic" arguments to JIT
> ----------------------------------------------------------
>
>                 Key: HARMONY-1260
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1260
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>         Environment: this patch is needed for compiling and executing vmmagic calls (initially only mmtk contains vmmagic calls, but eventually "vm helpers" could also need it)
>            Reporter: weldon washburn
>            Priority: Minor
>         Attachments: compile_IA32.cpp, compile_IA32.cpp.diff, mon_enter_exit.cpp.diff, mon_enter_exit.h.diff
>
>
> without this patch, the VM will do the wrong thing with vmmagic unboxed objects when calling the JIT to compile a method.  Because this mod alters heavily used code paths, I thought it best to put it as a patch first.  Then commit once others are able to successfully use it.

-- 
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-1260) mods that allow VM to pass "mmtk vmmagic" arguments to JIT

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


    Attachment: mon_enter_exit.h.diff

> mods that allow VM to pass "mmtk vmmagic" arguments to JIT
> ----------------------------------------------------------
>
>                 Key: HARMONY-1260
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1260
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>         Environment: this patch is needed for compiling and executing vmmagic calls (initially only mmtk contains vmmagic calls, but eventually "vm helpers" could also need it)
>            Reporter: weldon washburn
>            Priority: Minor
>         Attachments: compile_IA32.cpp, mon_enter_exit.h.diff
>
>
> without this patch, the VM will do the wrong thing with vmmagic unboxed objects when calling the JIT to compile a method.  Because this mod alters heavily used code paths, I thought it best to put it as a patch first.  Then commit once others are able to successfully use it.

-- 
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-1260) mods that allow VM to pass "mmtk vmmagic" arguments to JIT

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

weldon washburn updated HARMONY-1260:
-------------------------------------

    Attachment: mon_enter_exit.cpp.diff

patches needed to get MMTk to work.  Do not commit until smoke tests run and pass

> mods that allow VM to pass "mmtk vmmagic" arguments to JIT
> ----------------------------------------------------------
>
>                 Key: HARMONY-1260
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1260
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>         Environment: this patch is needed for compiling and executing vmmagic calls (initially only mmtk contains vmmagic calls, but eventually "vm helpers" could also need it)
>            Reporter: weldon washburn
>            Priority: Minor
>         Attachments: compile_IA32.cpp, mon_enter_exit.cpp.diff, mon_enter_exit.h.diff
>
>
> without this patch, the VM will do the wrong thing with vmmagic unboxed objects when calling the JIT to compile a method.  Because this mod alters heavily used code paths, I thought it best to put it as a patch first.  Then commit once others are able to successfully use it.

-- 
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] Commented: (HARMONY-1260) mods that allow VM to pass "mmtk vmmagic" arguments to JIT

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1260?page=comments#action_12433157 ] 
            
Geir Magnusson Jr commented on HARMONY-1260:
--------------------------------------------

And?  Any comments?

> mods that allow VM to pass "mmtk vmmagic" arguments to JIT
> ----------------------------------------------------------
>
>                 Key: HARMONY-1260
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1260
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>         Environment: this patch is needed for compiling and executing vmmagic calls (initially only mmtk contains vmmagic calls, but eventually "vm helpers" could also need it)
>            Reporter: weldon washburn
>            Priority: Minor
>         Attachments: compile_IA32.cpp
>
>
> without this patch, the VM will do the wrong thing with vmmagic unboxed objects when calling the JIT to compile a method.  Because this mod alters heavily used code paths, I thought it best to put it as a patch first.  Then commit once others are able to successfully use it.

-- 
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] Commented: (HARMONY-1260) mods that allow VM to pass "mmtk vmmagic" arguments to JIT

Posted by "weldon washburn (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1260?page=comments#action_12433167 ] 
            
weldon washburn commented on HARMONY-1260:
------------------------------------------

I plan to run smoke tests on windows and linux next week.  If it passes, I will commit it.

> mods that allow VM to pass "mmtk vmmagic" arguments to JIT
> ----------------------------------------------------------
>
>                 Key: HARMONY-1260
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1260
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>         Environment: this patch is needed for compiling and executing vmmagic calls (initially only mmtk contains vmmagic calls, but eventually "vm helpers" could also need it)
>            Reporter: weldon washburn
>            Priority: Minor
>         Attachments: compile_IA32.cpp
>
>
> without this patch, the VM will do the wrong thing with vmmagic unboxed objects when calling the JIT to compile a method.  Because this mod alters heavily used code paths, I thought it best to put it as a patch first.  Then commit once others are able to successfully use it.

-- 
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