JDK-8367498 : 8365926 broke release build, missing include.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • CPU: riscv
  • Submitted: 2025-09-12
  • Updated: 2025-09-12
  • Resolved: 2025-09-12
Related Reports
Duplicate :  
Description
I broke release build with 8365926.
Missing include of:

--- a/src/hotspot/cpu/riscv/nativeInst_riscv.cpp
+++ b/src/hotspot/cpu/riscv/nativeInst_riscv.cpp
@@ -30,2 +30,3 @@
 #include "oops/oop.inline.hpp"
+#include "runtime/atomic.hpp"
 #include "runtime/handles.hpp"

Comments
[~mli][~fyang] please have a look if you need this ASAP. I'm away for an hour.
12-09-2025