Some of the logging in the VM is done unconditionally, i.e. without checking if the logging is enabled or not. This means the log message will be assembled only to be thrown away immediately.
All logging should be preceeded by its corresponding is_enabled() check.
All logging should be preceeded by its corresponding is_enabled() check.