Review request for 7119760: (mac) The OpenGL queue flusher thread is created in the wrong thread group (original) (raw)
Dmitry Cherepanov dmitry.cherepanov at oracle.com
Fri Feb 3 02:07:36 PST 2012
- Previous message: hg: jdk7u/jdk7u-osx/langtools: Added tag jdk7u4-b228 for changeset 3fa78bea37a3
- Next message: Review request for 7119760: (mac) The OpenGL queue flusher thread is created in the wrong thread group
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
The cause of the issue is that the flusher thread belongs to the applet's thread group and the flusher thread dies when the applet quits and new applet fails to start (when it reuses the same instance of the JVM). The fix creates the flusher thread in the root thread group.
http://cr.openjdk.java.net/~dcherepanov/7119760/webrev.0/
Thanks, Dmitry
- Previous message: hg: jdk7u/jdk7u-osx/langtools: Added tag jdk7u4-b228 for changeset 3fa78bea37a3
- Next message: Review request for 7119760: (mac) The OpenGL queue flusher thread is created in the wrong thread group
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]