dragonwell-releng / issues-repo

0 stars 0 forks source link

[riscv64-8u]c1_LIR.cpp:1853:11: error: 'lir_fmad' was not declared #63

Open sendaoYan opened 3 months ago

sendaoYan commented 3 months ago
/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm/c1/c1_LIR.cpp: In member function 'virtual const char* LIR_Op::name() const':
/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm/c1/c1_LIR.cpp:1853:11: error: 'lir_fmad' was not declared in this scope; did you mean 'lir_fld'?
 1853 |      case lir_fmad:                  s = "fmad";          break;
      |           ^~~~~~~~
      |           lir_fld

make.log

sendaoYan commented 3 months ago
cd build/linux-x86_64-normal-server-fastdebug/hotspot/linux_amd64_compiler2/generated && /usr/bin/g++ -DLINUX -D_GNU_SOURCE -DAMD64 -DASSERT -DCHECK_UNHANDLED_OOPS -I. -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm/prims -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm/precompiled -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/cpu/x86/vm -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/os_cpu/linux_x86/vm -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/os/linux/vm -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"25.412-b00\"" -DHOTSPOT_BUILD_TARGET="\"fastdebug\"" -DHOTSPOT_BUILD_USER="\"yansendao\"" -DHOTSPOT_LIB_ARCH=\"amd64\" -DHOTSPOT_VM_DISTRO="\"OpenJDK\""  -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_64 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_64 -DTARGET_COMPILER_gcc -DINCLUDE_JFR=1 -DCOMPILER2 -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m64  -pipe -fno-strict-aliasing  -fno-omit-frame-pointer -O3  -g -DVM_LITTLE_ENDIAN -D_LP64=1 -Werror -Wpointer-arith -Wsign-compare -Wundef -Wunused-function -Wunused-value -Wformat=2 -Wreturn-type   -fstack-protector  -fno-delete-null-pointer-checks -fno-lifetime-dse -std=gnu++98 -c -MMD -MP -MF ../generated/dependencies/c1_LIR.o.d -fpch-deps -o c1_LIR.o /home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm/c1/c1_LIR.cpp
sendaoYan commented 3 months ago

https://bugs.openjdk.org/browse/JDK-8154122

sendaoYan commented 3 months ago

JDK-8154122.patch

sendaoYan commented 3 months ago

make-fastdebug-aarch64.log make-fastdebug-x86_64.log To github.com:sendaoYan/riscv-port-jdk8u-ysd.git b1deea58975..eb081d5e66a minus-jbs8276799 -> minus-jbs8276799