[jdk17u-dev] RFR: 8321599: Data loss in AVX3 Base64 decoding

Oli Gillespie ogillespie at openjdk.org
Thu Jan 4 10:29:35 UTC 2024


Hi all,

This pull request contains a backport of commit [13c11487](https://github.com/openjdk/jdk/commit/13c11487f7126a370d9ce8e62f661ea83eedefe6) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.

The commit being backported was authored by Scott Gibbons on 4 Jan 2024 and was reviewed by Sandhya Viswanathan and Vladimir Kozlov.

Thanks!

There were 3 conflicts when merging:
1. Trivial original copyright year difference (2021 here, 2023 in tip)
2. Trivial whitespace difference for the dp_mem hunk (4 space indentation here, 2 spaces in tip)
3. Git was confused about where to apply the addq/subq hunk, and chose the wrong place (indentation difference again?). Also trivial, once moved.

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

Commit messages:
 - Backport 13c11487f7126a370d9ce8e62f661ea83eedefe6

Changes: https://git.openjdk.org/jdk17u-dev/pull/2100/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2100&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8321599
  Stats: 124 lines in 2 files changed: 121 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/2100.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/2100/head:pull/2100

PR: https://git.openjdk.org/jdk17u-dev/pull/2100


More information about the jdk-updates-dev mailing list