--- old/src/java.desktop/share/classes/javax/sound/sampled/AudioPermission.java 2017-05-18 14:08:07.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/sampled/AudioPermission.java 2017-05-18 14:08:07.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -41,13 +41,17 @@ * permission allows, as well as a discussion of the risks of granting code the * permission. * - * + *
+ * + * * * * * * - * + * + * * * * * + * *
Permission target name, what the permission allows, and associated + * risks
Permission Target NameWhat the Permission AllowsRisks of Allowing this Permission
playAudio playback through the audio device or devices on the system. @@ -69,6 +73,7 @@ * using that mixer. * This permission can enable an applet or application to eavesdrop on a user.
* * @author Kara Kytle