Support synchronized block on different properties

Issue #462 resolved
Matthias Schoettle created an issue

Currently, a critical combined fragment is code-generated as a synchronized(this) block.

Instead, the constraint of the operand should be used instead of hard-coding it to this to allow to synchronize on other properties as well.

Comments (2)

  1. Log in to comment