/* */
/* 1054 */ _theReaper._cancelWaitPeriod = 500L;
/* 1055 */ _theReaper._cancelFailWaitPeriod = 500L;
/* 1056 */ _theReaper._zombieMax = 8;
/* */
/* 1058 */ _reaperThread = new ReaperThread(_theReaper);
/* */
/* 1061 */ _reaperThread.setDaemon(true);
/* */
/* 1063 */ _reaperWorkerThread = new ReaperWorkerThread(_theReaper);
/* 1064 */ _reaperWorkerThread.setDaemon(true);