You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alex Astapchuk (JIRA)" <ji...@apache.org> on 2006/10/05 10:35:19 UTC

[jira] Created: (HARMONY-1711) [drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI

[drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI
----------------------------------------------------------------------------------------

                 Key: HARMONY-1711
                 URL: http://issues.apache.org/jira/browse/HARMONY-1711
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Alex Astapchuk
         Attachments: jvmti_jet_no_empty_methods.patch

Jitrino.JET does not create stack frame for empty Java methods under JVMTI
This bypasses JVMTI MethodEnter/MethodExit notifications, and prevents from walking through the stack.

The attached patch forces the complete stack frame to be generated even for empty Java methods when running under JVMTI.


-- 
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-1711) [drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI

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

Alex Astapchuk updated HARMONY-1711:
------------------------------------

    Attachment: jvmti_jet_no_empty_methods.patch

> [drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1711
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1711
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alex Astapchuk
>         Attachments: jvmti_jet_no_empty_methods.patch
>
>
> Jitrino.JET does not create stack frame for empty Java methods under JVMTI
> This bypasses JVMTI MethodEnter/MethodExit notifications, and prevents from walking through the stack.
> The attached patch forces the complete stack frame to be generated even for empty Java methods when running under JVMTI.

-- 
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-1711) [drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI

Posted by "Ilya Berezhniuk (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1711?page=comments#action_12440075 ] 
            
Ilya Berezhniuk commented on HARMONY-1711:
------------------------------------------

Patch doesn't apply clearly because of ^Ms within patch.
dos2unix utility applied to patch cures this problem.

> [drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1711
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1711
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alex Astapchuk
>         Attachments: jvmti_jet_no_empty_methods.patch
>
>
> Jitrino.JET does not create stack frame for empty Java methods under JVMTI
> This bypasses JVMTI MethodEnter/MethodExit notifications, and prevents from walking through the stack.
> The attached patch forces the complete stack frame to be generated even for empty Java methods when running under JVMTI.

-- 
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-1711) [drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI

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

Geir Magnusson Jr closed HARMONY-1711.
--------------------------------------


> [drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1711
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1711
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alex Astapchuk
>         Assigned To: Geir Magnusson Jr
>         Attachments: jvmti_jet_no_empty_methods.patch
>
>
> Jitrino.JET does not create stack frame for empty Java methods under JVMTI
> This bypasses JVMTI MethodEnter/MethodExit notifications, and prevents from walking through the stack.
> The attached patch forces the complete stack frame to be generated even for empty Java methods when running under JVMTI.

-- 
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-1711) [drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI

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

Geir Magnusson Jr resolved HARMONY-1711.
----------------------------------------

    Resolution: Fixed

r453690

Ubuntu 6 - kernel, smoke, c-unit

> [drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1711
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1711
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alex Astapchuk
>         Assigned To: Geir Magnusson Jr
>         Attachments: jvmti_jet_no_empty_methods.patch
>
>
> Jitrino.JET does not create stack frame for empty Java methods under JVMTI
> This bypasses JVMTI MethodEnter/MethodExit notifications, and prevents from walking through the stack.
> The attached patch forces the complete stack frame to be generated even for empty Java methods when running under JVMTI.

-- 
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-1711) [drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI

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

Geir Magnusson Jr reassigned HARMONY-1711:
------------------------------------------

    Assignee: Geir Magnusson Jr

> [drlvm][jvmti]Jitrino.JET does not create stack frame for empty Java methods under JVMTI
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1711
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1711
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alex Astapchuk
>         Assigned To: Geir Magnusson Jr
>         Attachments: jvmti_jet_no_empty_methods.patch
>
>
> Jitrino.JET does not create stack frame for empty Java methods under JVMTI
> This bypasses JVMTI MethodEnter/MethodExit notifications, and prevents from walking through the stack.
> The attached patch forces the complete stack frame to be generated even for empty Java methods when running under JVMTI.

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