Review request for 7119760: (mac) The OpenGL queue flusher thread is created in the wrong thread group

Dmitry Cherepanov dmitry.cherepanov at oracle.com
Fri Feb 3 02:07:36 PST 2012


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



More information about the macosx-port-dev mailing list