RFR: 8373058: Media crash when playing MP3 over JRT protocol on macOS 26
Alexander Matveev
almatvee at openjdk.org
Mon Dec 15 23:56:15 UTC 2025
Fixed two crashes:
- `shouldWaitForLoadingOfRequestedResource()` was not synchronized with `dispose()`.
- `AddBand()`, `RemoveBand()` and `MoveBand()` was not synchronized with `ProcessBufferLists()`.
-------------
Commit messages:
- 8373058: Media crash when playing MP3 over JRT protocol on macOS 26
Changes: https://git.openjdk.org/jfx/pull/2008/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=2008&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8373058
Stats: 102 lines in 3 files changed: 42 ins; 19 del; 41 mod
Patch: https://git.openjdk.org/jfx/pull/2008.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/2008/head:pull/2008
PR: https://git.openjdk.org/jfx/pull/2008
More information about the openjfx-dev
mailing list