http://java.net/jira/browse/MACOSX_PORT-572 submitted 2011/10/17 by Yuri Nesterenko
Compile and run the attached test (just javac/java, without any extra machinery). It don't paint anything but creates and dismisses AppContext and runs a child application (which may be irreleant).
It never ends.
However if you explicitly add "else{ System.exit(0); }" to the end of the first main() routine, it ends gracefully.
|