< prev index next >

src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 45,55 **** <a id="Autoshutdown"></a> <h2>Auto-shutdown</h2> According to ! <cite>The Java&trade; Virtual Machine Specification</cite>, sections 2.17.9 and 2.19, the Java virtual machine (JVM) initially starts up with a single non-daemon thread, which typically calls the <code>main</code> method of some class. The virtual machine terminates all its activity and exits when one of two things happens: --- 45,55 ---- <a id="Autoshutdown"></a> <h2>Auto-shutdown</h2> According to ! <cite>The Java Virtual Machine Specification</cite>, sections 2.17.9 and 2.19, the Java virtual machine (JVM) initially starts up with a single non-daemon thread, which typically calls the <code>main</code> method of some class. The virtual machine terminates all its activity and exits when one of two things happens:
*** 188,198 **** t.setDaemon(false); t.start(); &lt;...&gt; </pre> ! <cite>The Java&trade; Virtual Machine Specification</cite> guarantees that the JVM doesn't exit until this thread terminates. </div> </main> </body> --- 188,198 ---- t.setDaemon(false); t.start(); &lt;...&gt; </pre> ! <cite>The Java Virtual Machine Specification</cite> guarantees that the JVM doesn't exit until this thread terminates. </div> </main> </body>
< prev index next >