Revert "Suspend the runtime when switching interpreters."

This reverts commit 01e1d3217c9b6ad5b3f118a539bea6778ad6096c.

Reason for revert: JDWP JIT and Interpreter tests on hosts failing.

Change-Id: I95bbda936c573983ff0c6041267bffaa73315cb7
diff --git a/runtime/runtime.h b/runtime/runtime.h
index bd85cf6..b76a658 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -669,7 +669,7 @@
   // It ensures that two calls do not interfere with each other and
   // it makes it possible to DCHECK that thread local flag is correct.
   template<typename Action>
-  static void DoAndMaybeSwitchInterpreter(Action lambda);
+  static void DoAndMaybeSwitchInterpreter(Action lamda);
 
   // Returns the build fingerprint, if set. Otherwise an empty string is returned.
   std::string GetFingerprint() {