summaryrefslogtreecommitdiff
path: root/src/runtime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.cc')
-rw-r--r--src/runtime.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime.cc b/src/runtime.cc
index 306bb87237..60e875bbe2 100644
--- a/src/runtime.cc
+++ b/src/runtime.cc
@@ -553,6 +553,7 @@ void Runtime::StartDaemonThreads() {
jmethodID mid = env->GetStaticMethodID(c.get(), "start", "()V");
CHECK(mid != NULL);
env->CallStaticVoidMethod(c.get(), mid);
+ CHECK(!env->ExceptionCheck());
VLOG(startup) << "Runtime::StartDaemonThreads exiting";
}