src/share/classes/java/lang/Runtime.java

Print this page

        

*** 115,129 **** * <p> The Java virtual machine <i>shuts down</i> in response to two kinds * of events: * * <ul> * ! * <p> <li> The program <i>exits</i> normally, when the last non-daemon * thread exits or when the <tt>{@link #exit exit}</tt> (equivalently, ! * <tt>{@link System#exit(int) System.exit}</tt>) method is invoked, or * ! * <p> <li> The virtual machine is <i>terminated</i> in response to a * user interrupt, such as typing <tt>^C</tt>, or a system-wide event, * such as user logoff or system shutdown. * * </ul> * --- 115,129 ---- * <p> The Java virtual machine <i>shuts down</i> in response to two kinds * of events: * * <ul> * ! * <li> The program <i>exits</i> normally, when the last non-daemon * thread exits or when the <tt>{@link #exit exit}</tt> (equivalently, ! * {@link System#exit(int) System.exit}) method is invoked, or * ! * <li> The virtual machine is <i>terminated</i> in response to a * user interrupt, such as typing <tt>^C</tt>, or a system-wide event, * such as user logoff or system shutdown. * * </ul> *