[jdk21u-dev] RFR: 8319598: SMFParser misinterprets interrupted running status [v2]
Satyen Subramaniam
ssubramaniam at openjdk.org
Thu Aug 7 16:27:34 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.
Satyen Subramaniam has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
- Merge branch 'openjdk:master' into 8319598
- Backport 62d5d1e99c118b6ed26e79a2f7247308f8c23310
-------------
Changes:
- all: https://git.openjdk.org/jdk21u-dev/pull/2063/files
- new: https://git.openjdk.org/jdk21u-dev/pull/2063/files/0fab2e0f..b0769312
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=2063&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=2063&range=00-01
Stats: 5836 lines in 89 files changed: 2693 ins; 2854 del; 289 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