Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
The detailed way of using private object lock can refer to \[[CON36-J. Always synchronize on the appropriate object|CON36-J. Always synchronize on the appropriate object]\[].

Risk Assessment

Synchronizing on the whole instance can result in Denial-of-service and private object lock is preferred when possible.

...