RFR: 8352897: RISC-V: Change default value for UseConservativeFence
Robbin Ehn
rehn at openjdk.org
Tue Mar 25 15:55:37 UTC 2025
Hi, please consider.
gcc have stopped emitting io-bits for fences since 13.
And we need to use newer gcc due to other compiler bugs.
Therefore there is no point in letting JIT emit io-bits when the runtime don't have them.
Thanks, Robbin
-------------
Commit messages:
- Default false
Changes: https://git.openjdk.org/jdk/pull/24233/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24233&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8352897
Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/24233.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24233/head:pull/24233
PR: https://git.openjdk.org/jdk/pull/24233
More information about the hotspot-compiler-dev
mailing list