summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-13 16:05:24 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-13 16:05:24 +0200
commit8e7d62c147f5df34863b466132379e6f016412cf (patch)
tree523f42b063623ae58c90ebcf434c519ed9ce71d3 /jdisc_core/src
parentbac76425602076eec4c21d79bed9b583e6ae4b4e (diff)
Be a good corporate citizen and wait for your children to finish eating.
Diffstat (limited to 'jdisc_core/src')
-rw-r--r--jdisc_core/src/main/java/com/yahoo/jdisc/core/BootstrapDaemon.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/core/BootstrapDaemon.java b/jdisc_core/src/main/java/com/yahoo/jdisc/core/BootstrapDaemon.java
index e7743b9184f..2a478fb7add 100644
--- a/jdisc_core/src/main/java/com/yahoo/jdisc/core/BootstrapDaemon.java
+++ b/jdisc_core/src/main/java/com/yahoo/jdisc/core/BootstrapDaemon.java
@@ -78,6 +78,7 @@ public class BootstrapDaemon implements Daemon {
task.run();
} finally {
complete.countDown();
+ thread.join();
}
}