diff --git a/src/hotspot/cpu/riscv/globals_riscv.hpp b/src/hotspot/cpu/riscv/globals_riscv.hpp index a7d77d2c55d96..3ef084d30fcef 100644 --- a/src/hotspot/cpu/riscv/globals_riscv.hpp +++ b/src/hotspot/cpu/riscv/globals_riscv.hpp @@ -90,8 +90,7 @@ define_pd_global(intx, InlineSmallCode, 1000); "Size in bytes of a CPU cache line") \ range(wordSize, max_jint) \ product(bool, TraceTraps, false, "Trace all traps the signal handler") \ - /* For now we're going to be safe and add the I/O bits to userspace fences. */ \ - product(bool, UseConservativeFence, true, \ + product(bool, UseConservativeFence, false, \ "Extend i for r and o for w in the pred/succ flags of fence") \ product(bool, AvoidUnalignedAccesses, true, \ "Avoid generating unaligned memory accesses") \