git: openjdk/jdk17u-dev: 8283326: Implement SafeFetch statically

Sergey Nazarkin snazarki at openjdk.org
Fri Jul 14 10:50:30 UTC 2023


Changeset: 55365208
Author:    Sergey Nazarkin <snazarki at openjdk.org>
Date:      2023-07-14 10:49:18 +0000
URL:       https://git.openjdk.org/jdk17u-dev/commit/55365208911929ad65876b02e557acf08751d350

8283326: Implement SafeFetch statically

Reviewed-by: stuefe
Backport-of: bdf8a2a2050393e91800786f8d5a5d6805f936eb

! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp
! src/hotspot/cpu/arm/stubGenerator_arm.cpp
! src/hotspot/cpu/ppc/stubGenerator_ppc.cpp
! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp
! src/hotspot/cpu/s390/stubGenerator_s390.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_32.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
! src/hotspot/cpu/zero/stubGenerator_zero.cpp
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/linux/gc/z/zPhysicalMemoryBacking_linux.cpp
+ src/hotspot/os/posix/safefetch_sigjmp.cpp
+ src/hotspot/os/posix/safefetch_sigjmp.hpp
+ src/hotspot/os/posix/safefetch_static_posix.cpp
! src/hotspot/os/posix/signals_posix.cpp
! src/hotspot/os/posix/vmError_posix.cpp
! src/hotspot/os/windows/os_windows.cpp
+ src/hotspot/os/windows/safefetch_windows.hpp
+ src/hotspot/os_cpu/bsd_aarch64/safefetch_bsd_aarch64.S
+ src/hotspot/os_cpu/bsd_x86/safefetch_bsd_x86_64.S
+ src/hotspot/os_cpu/linux_aarch64/safefetch_linux_aarch64.S
+ src/hotspot/os_cpu/linux_arm/safefetch_linux_arm.S
+ src/hotspot/os_cpu/linux_ppc/safefetch_linux_ppc.S
+ src/hotspot/os_cpu/linux_riscv/safefetch_linux_riscv.S
+ src/hotspot/os_cpu/linux_s390/safefetch_linux_s390.S
+ src/hotspot/os_cpu/linux_x86/safefetch_linux_x86_32.S
+ src/hotspot/os_cpu/linux_x86/safefetch_linux_x86_64.S
! src/hotspot/share/gc/shared/oopStorage.cpp
! src/hotspot/share/runtime/objectMonitor.cpp
! src/hotspot/share/runtime/os.cpp
+ src/hotspot/share/runtime/safefetch.hpp
! src/hotspot/share/runtime/safefetch.inline.hpp
+ src/hotspot/share/runtime/safefetch_static.hpp
! src/hotspot/share/runtime/stubRoutines.cpp
! src/hotspot/share/runtime/stubRoutines.hpp
! src/hotspot/share/utilities/vmError.cpp
! test/hotspot/gtest/runtime/test_safefetch.cpp



More information about the jdk-updates-changes mailing list