Hello When I try to package version 21.0.3-9 in a Windows environment, I encounter the following error message. Can you help me figure out what might be causing it?
d:\code\java\jdk21u-jdk-21.0.3-9\src\hotspot\share\runtime/atomic.hpp(1000): > error C2027: use of undefined type 'Atomic::CmpxchgImpl<D,U,T,void>' > > with > > [ > > D=jint, > > U=int, > > T=int > > ] > > d:\code\java\jdk21u-jdk-21.0.3-9\src\hotspot\share\runtime/atomic.hpp(1000): > note: see declaration of 'Atomic::CmpxchgImpl<D,U,T,void>' > > with > > [ > > D=jint, > > U=int, > > T=int > > ] > Here is the compilation command I executed. > bash configure --with-boot-jdk='d:/Program Files/graalvm/jdk-21.0.3+9' > --with-toolchain-version=2019 --enable-debug > --with-tools-dir='d:/tool/vs2019/ide/VC/Auxiliary/Build' > make images Thanks