summaryrefslogtreecommitdiff
path: root/src/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.h b/src/thread.h
index 7412ea738d..15ded2490c 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -85,7 +85,7 @@ class PACKED Thread {
// Space to throw a StackOverflowError in.
static const size_t kStackOverflowReservedBytes = 4 * KB;
- static const size_t kDefaultStackSize = 64 * KB;
+ static const size_t kDefaultStackSize = 96 * KB;
// Runtime support function pointers
void (*pDebugMe)(Method*, uint32_t);