--- old/src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html 2020-07-10 15:55:38.371619745 -0700 +++ new/src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html 2020-07-10 15:55:37.895632180 -0700 @@ -47,7 +47,7 @@

Auto-shutdown

According to -The Java™ Virtual Machine Specification, +The Java Virtual Machine Specification, 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 main method of some class. @@ -190,7 +190,7 @@ <...> -The Java™ Virtual Machine Specification +The Java Virtual Machine Specification guarantees that the JVM doesn't exit until this thread terminates.