On Fri, 9 May 2025 20:54:46 GMT, Phil Race <[email protected]> wrote:
>> A simple API to replace java.applet.AudioClip
>>
>> CSR is now created : https://bugs.openjdk.org/browse/JDK-8356200
>
> Phil Race has updated the pull request incrementally with one additional
> commit since the last revision:
>
> 8356049
src/java.desktop/share/classes/javax/sound/SoundClip.java line 78:
> 76: * of this class is a no-op.
> 77: */
> 78: public synchronized boolean canPlay() {
Should we perhaps document the multithreaded use of Clip? Do we really need all
these synchronized keywords in the file?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24991#discussion_r2087475827