git: openjdk/mobile: 2 new changesets

duke duke at openjdk.java.net
Fri Apr 15 10:41:42 UTC 2022


Changeset: bdf8a2a2
Author:    Thomas Stuefe <stuefe at openjdk.org>
Date:      2022-04-15 10:39:19 +0000
URL:       https://git.openjdk.java.net/mobile/commit/bdf8a2a2050393e91800786f8d5a5d6805f936eb

8283326: Implement SafeFetch statically

Reviewed-by: dholmes, mdoerr, akozlov, lucy

! 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/services/mallocTracker.cpp
! src/hotspot/share/utilities/vmError.cpp
! test/hotspot/gtest/runtime/test_safefetch.cpp

Changeset: 3a0a7b20
Author:    duke <duke at openjdk.org>
Date:      2022-04-15 10:40:35 +0000
URL:       https://git.openjdk.java.net/mobile/commit/3a0a7b20d3e38f3e17e1f459cb7f9072b95e5df6

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list