Handles a monitorenter instruction.
Handles a monitorenter instruction.
The default implementation checks if the given value is null and raises
an exception if it is null or maybe null.
Handles a monitorexit instruction.
Handles a monitorexit instruction.
The default implementation checks if the given value is null and raises
an exception if it is null or maybe null.
Provides a default implementation for the instructions related to synchronization.