Marks this Thread as a daemon Thread or a user Thread. When there are only daemon Threads left running in the system, Java exits. @param on determines whether the Thread will be a daemon Thread @exception IllegalThreadStateException If the Thread is active. @see Thread#isDaemon
(boolean on)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected