Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   Jvmti agent deadlock (https://www.askmehelpdesk.com/showthread.php?t=699825)

  • Sep 6, 2012, 12:19 AM
    dzy
    Jvmti agent deadlock
    When I run my jvmti agent with a java program, it seems that jvm encounters a deadlock. In my jvmti agent, I create a single raw monitor in Agent_OnLoad() and enter that lock at the beginning of every callback function and exit that lock at the end of every callback functions. I don't know the reason of this deadlock. Is there any other possibilities of deadlocks in jvmti agents?

    Thanks.

  • All times are GMT -7. The time now is 04:06 PM.