You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Kostin Mihail (JIRA)" <ji...@apache.org> on 2006/10/27 14:27:16 UTC

[jira] Created: (HARMONY-1988) [DRLVM] [JVMTI] NativeMethodBind event implementation.

[DRLVM] [JVMTI] NativeMethodBind event implementation.
------------------------------------------------------

                 Key: HARMONY-1988
                 URL: http://issues.apache.org/jira/browse/HARMONY-1988
             Project: Harmony
          Issue Type: New Feature
          Components: DRLVM
            Reporter: Kostin Mihail
         Attachments: test.zip

Function NativeMethodBind event is not implemented in current DRLVM version. According to spec this functionality is optional and might be not implemented for all virtual machines. Thought this is optional functionality, this issue implements that event.

-- 
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-1988) [DRLVM] [JVMTI] NativeMethodBind event implementation.

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

Kostin Mihail updated HARMONY-1988:
-----------------------------------

    Attachment: native_method_bind_event_implementation.patch

Patch which implements NativeMethodBind event.

> [DRLVM] [JVMTI] NativeMethodBind event implementation.
> ------------------------------------------------------
>
>                 Key: HARMONY-1988
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1988
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Kostin Mihail
>         Attachments: native_method_bind_event_implementation.patch, test.zip
>
>
> Function NativeMethodBind event is not implemented in current DRLVM version. According to spec this functionality is optional and might be not implemented for all virtual machines. Thought this is optional functionality, this issue implements that event.

-- 
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-1988) [DRLVM] [JVMTI] NativeMethodBind event implementation.

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

Gregory Shimansky resolved HARMONY-1988.
----------------------------------------

    Resolution: Fixed

Patch applied at 470524. Please check that everything was fixed correctly.

> [DRLVM] [JVMTI] NativeMethodBind event implementation.
> ------------------------------------------------------
>
>                 Key: HARMONY-1988
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1988
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Kostin Mihail
>         Assigned To: Gregory Shimansky
>         Attachments: H-1988_Fix.patch, native_method_bind_event_implementation.patch, test.zip
>
>
> Function NativeMethodBind event is not implemented in current DRLVM version. According to spec this functionality is optional and might be not implemented for all virtual machines. Thought this is optional functionality, this issue implements that event.

-- 
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-1988) [DRLVM] [JVMTI] NativeMethodBind event implementation.

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

Eugene S. Ostrovsky updated HARMONY-1988:
-----------------------------------------

    Attachment: H-1988_Fix.patch

Patch fixes suspend_enabled mode for interpreter.

> [DRLVM] [JVMTI] NativeMethodBind event implementation.
> ------------------------------------------------------
>
>                 Key: HARMONY-1988
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1988
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Kostin Mihail
>         Assigned To: Gregory Shimansky
>         Attachments: H-1988_Fix.patch, native_method_bind_event_implementation.patch, test.zip
>
>
> Function NativeMethodBind event is not implemented in current DRLVM version. According to spec this functionality is optional and might be not implemented for all virtual machines. Thought this is optional functionality, this issue implements that event.

-- 
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-1988) [DRLVM] [JVMTI] NativeMethodBind event implementation.

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

Gregory Shimansky reassigned HARMONY-1988:
------------------------------------------

    Assignee: Gregory Shimansky

> [DRLVM] [JVMTI] NativeMethodBind event implementation.
> ------------------------------------------------------
>
>                 Key: HARMONY-1988
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1988
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Kostin Mihail
>         Assigned To: Gregory Shimansky
>         Attachments: native_method_bind_event_implementation.patch, test.zip
>
>
> Function NativeMethodBind event is not implemented in current DRLVM version. According to spec this functionality is optional and might be not implemented for all virtual machines. Thought this is optional functionality, this issue implements that event.

-- 
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-1988) [DRLVM] [JVMTI] NativeMethodBind event implementation.

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

Kostin Mihail updated HARMONY-1988:
-----------------------------------

    Attachment: test.zip

Here is test-case zip-file. To run test execute run.sh. To compile - compile_lnx.sh or compile_win.sh.

> [DRLVM] [JVMTI] NativeMethodBind event implementation.
> ------------------------------------------------------
>
>                 Key: HARMONY-1988
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1988
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Kostin Mihail
>         Attachments: test.zip
>
>
> Function NativeMethodBind event is not implemented in current DRLVM version. According to spec this functionality is optional and might be not implemented for all virtual machines. Thought this is optional functionality, this issue implements that event.

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