NativeMethodBind event is generated while disabled
--------------------------------------------------
Key: HARMONY-2142
URL: http://issues.apache.org/jira/browse/HARMONY-2142
Project: Harmony
Issue Type: Bug
Components: DRLVM
Environment: all
Reporter: Ilya Berezhniuk
Priority: Minor
NativeMethodBind event is sent after checking phase, capability and corresponding callback.
But check for enable status is not performed.
So if corrresponding capability is set and callback is non-NULL, VM calls user callback even
if SetEventNotificationMode(JVMTI_ENABLE) is not called for this 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
|