-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b47
-
generic
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2223218 | 7u6 | Anthony Petrov | P3 | Closed | Fixed | b17 |
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.
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.
- backported by
-
JDK-2223218 [macosx] An issue similar to autoshutdown one in two AppContexts situation.
-
- Closed
-