[javaflow] synchronized(obj) support is missing (locks are not released when suspending resulting in IllegalMonitorExceptions) ------------------------------------------------------------------------------------------------------------------------------
Key: SANDBOX-255 URL: https://issues.apache.org/jira/browse/SANDBOX-255 Project: Commons Sandbox Issue Type: Bug Components: Javaflow Reporter: Stefano Bagnara MONITORENTER/MONITOREXIT are ignored by the rewriting engine. They should be tracked so that MONITOREXIT is issued for each monitor when suspending and MONITORENTER si "replayed" when continuing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.