git: openjdk/jdk-sandbox: riscv-port-branch: 3 new changesets
duke
duke at openjdk.java.net
Thu Oct 28 06:33:59 UTC 2021
Changeset: 0ec0721b
Author: yadongw <yadonn.wang at huawei.com>
Date: 2021-10-28 10:39:54 +0000
URL: https://git.openjdk.java.net/jdk-sandbox/commit/0ec0721ba8ca1a980f19790f544e258db19dee72
remove platform-specific code from zBarrierSetC1
! src/hotspot/share/c1/c1_LIR.cpp
! src/hotspot/share/c1/c1_LIR.hpp
! src/hotspot/share/gc/z/c1/zBarrierSetC1.cpp
Changeset: dc0944d4
Author: yadongw <yadonn.wang at huawei.com>
Date: 2021-10-28 11:24:24 +0000
URL: https://git.openjdk.java.net/jdk-sandbox/commit/dc0944d4670a1b9df296c08132013c6f03dbb396
unify the definition of LIR_Assembler::cmove on all platforms
! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
! src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp
! src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp
! src/hotspot/cpu/riscv/c1_LIRAssembler_riscv.cpp
! src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp
! src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp
! src/hotspot/share/c1/c1_LIRAssembler.cpp
! src/hotspot/share/c1/c1_LIRAssembler.hpp
Changeset: 0ffb8746
Author: yadongw <yadonn.wang at huawei.com>
Date: 2021-10-28 12:36:05 +0000
URL: https://git.openjdk.java.net/jdk-sandbox/commit/0ffb8746ce1dd56508df8d1b20da8f52889f1b5f
move all cmp oprs logic to LIR_List::set_cmp_oprs
! src/hotspot/share/c1/c1_LIR.cpp
! src/hotspot/share/c1/c1_LIR.hpp
More information about the jdk-sandbox-changes
mailing list