--- old/src/macosx/bin/java_md_macosx.c 2014-07-02 15:17:22.000000000 +0400 +++ new/src/macosx/bin/java_md_macosx.c 2014-07-02 15:17:21.000000000 +0400 @@ -994,7 +994,7 @@ sameThread = JNI_TRUE; // Set a variable that tells us we started on the main thread. - // This is used by the AWT during startup. (See awt.m) + // This is used by the AWT during startup. (See LWCToolkit.m) char envVar[80]; snprintf(envVar, sizeof(envVar), "JAVA_STARTED_ON_FIRST_THREAD_%d", getpid()); setenv(envVar, "1", 1);