Adjust the suspend check interval to 16.
Bug: 17953517
Change-Id: I4145f65a79f382f9f807df071f996ffdb60ac4a5
diff --git a/runtime/asm_support.h b/runtime/asm_support.h
index 62f3593..40f79f7 100644
--- a/runtime/asm_support.h
+++ b/runtime/asm_support.h
@@ -21,7 +21,7 @@
// Value loaded into rSUSPEND for quick. When this value is counted down to zero we do a suspend
// check.
-#define SUSPEND_CHECK_INTERVAL (1000)
+#define SUSPEND_CHECK_INTERVAL (16)
// Offsets within java.lang.Object.
#define CLASS_OFFSET 0