On Sun, 21 Apr 2024 14:37:23 GMT, n-gabe <d...@openjdk.org> wrote:

>> There is a ConcurrentModificationException in MediaPlayer when removing a 
>> MediaView from it. The root cause is that you can't iterate over a HashSet 
>> with for (WeakReference<MediaView> vref : viewRefs) and removing items from 
>> the collection by viewRefs.remove(vref); within this loop.
>
> Sure, done.

@n-gabe This is now ready for you to `/integrate`

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1377#issuecomment-2075782362

Reply via email to