<AWT Dev> [9] Review Request: 8078115 Applets now require "modifyThread" permission to exit on windows
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Tue Apr 21 14:49:53 UTC 2015
Hello.
Please review a small fix for jdk 9.
After one of the latest fix, we lost an ability to change the priority
of our toolkit thread with default permissions. We have to use
doPrivileged block for this(we already do this on linux/osx)
Bug: https://bugs.openjdk.java.net/browse/JDK-8078115
Webrev can be found at: http://cr.openjdk.java.net/~serb/8078115/webrev.00
--
Best regards, Sergey.
More information about the awt-dev
mailing list