summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/asm_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/asm_support.h b/runtime/asm_support.h
index 62f359346e..40f79f7adf 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