This reverts commit 2ddab520561686c2705c61fa86d92dafd7aef990.
@@ -120,5 +120,6 @@ private class HaxeThread extends java.lang.Thread
super();
threadObject = hxThread;
runFunction = run;
+ setDaemon(true);
}