[jdk17u-dev] RFR: 8322985: [BACKOUT] 8318562: Computational test more than 2x slower when AVX instructions are used

Aleksey Shipilev shade at openjdk.org
Fri Jan 5 16:04:41 UTC 2024


This reverts the patch that caused recently identified regression. Luckily, we have it only in 17.0.11, which gives us a normal opportunity to revert it.

The complication is that mainline patch is not applying cleanly, because JDK 17u backport is contextually different. So I `git revert`-ed the jdk17u-dev commit instead: https://github.com/openjdk/jdk17u-dev/commit/9a104e08f79fecabf5de2e0ece914260319d2f28. But that makes the backport formally unclean.

Additional testing:
 - [ ] GHA

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

Commit messages:
 - Backport ed9f3243f04718a50bbdc589437872f7215c0e08

Changes: https://git.openjdk.org/jdk17u-dev/pull/2103/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2103&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8322985
  Stats: 247 lines in 4 files changed: 1 ins; 244 del; 2 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/2103.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/2103/head:pull/2103

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


More information about the jdk-updates-dev mailing list