RFR: 8342881: RISC-V: secondary_super_cache does not scale well: C1 and interpreter

Gui Cao gcao at openjdk.org
Wed Nov 6 10:38:39 UTC 2024


Follow this patch https://github.com/openjdk/jdk/pull/19989, The fix for [JDK-8332587](https://bugs.openjdk.org/browse/JDK-8332587) was for C2 only. Implement the same fix for C1 and the interpreter.

### Testing
- [ ] Run tier1-3 tests on SOPHON SG2042 (release)

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

Commit messages:
 - 8342881: RISC-V: secondary_super_cache does not scale well: C1 and interpreter

Changes: https://git.openjdk.org/jdk/pull/21922/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21922&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8342881
  Stats: 375 lines in 5 files changed: 300 ins; 23 del; 52 mod
  Patch: https://git.openjdk.org/jdk/pull/21922.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21922/head:pull/21922

PR: https://git.openjdk.org/jdk/pull/21922


More information about the hotspot-dev mailing list