[jdk21u-dev] RFR: 8319598: SMFParser misinterprets interrupted running status
Satyen Subramaniam
ssubramaniam at openjdk.org
Thu Aug 7 02:28:00 UTC 2025
Backporting JDK-8319598: SMFParser misinterprets interrupted running status. The MIDI file parser misinterprets events without status byte when they appear directly after a Meta of SysEx event. This fix uses the status of the last channel event as running status, which is the more conservative solution. Ran GHA Sanity Checks, local Tier 1 and 2 and new test directly. Patch is clean.
-------------
Commit messages:
- Backport 62d5d1e99c118b6ed26e79a2f7247308f8c23310
Changes: https://git.openjdk.org/jdk21u-dev/pull/2063/files
Webrev: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=2063&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8319598
Stats: 154 lines in 2 files changed: 151 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk21u-dev/pull/2063.diff
Fetch: git fetch https://git.openjdk.org/jdk21u-dev.git pull/2063/head:pull/2063
PR: https://git.openjdk.org/jdk21u-dev/pull/2063
More information about the jdk-updates-dev
mailing list