git: openjdk/mobile: 2 new changesets

duke duke at openjdk.org
Thu Mar 9 19:41:24 UTC 2023


Changeset: a9dba565
Author:    Justin King <jcking at openjdk.org>
Date:      2023-03-09 19:39:07 +0000
URL:       https://git.openjdk.org/mobile/commit/a9dba565688a29bef8626488c47519008dcadbe8

8300783: Consolidate byteswap implementations

Reviewed-by: kbarrett, kvn

! src/hotspot/cpu/aarch64/bytes_aarch64.hpp
! src/hotspot/cpu/arm/bytes_arm.hpp
! src/hotspot/cpu/ppc/bytes_ppc.hpp
! src/hotspot/cpu/ppc/stubRoutines_ppc_64.cpp
! src/hotspot/cpu/riscv/bytes_riscv.hpp
! src/hotspot/cpu/s390/bytes_s390.hpp
! src/hotspot/cpu/x86/bytes_x86.hpp
! src/hotspot/cpu/zero/bytes_zero.hpp
- src/hotspot/os_cpu/aix_ppc/bytes_aix_ppc.hpp
- src/hotspot/os_cpu/bsd_aarch64/bytes_bsd_aarch64.hpp
- src/hotspot/os_cpu/bsd_x86/bytes_bsd_x86.hpp
- src/hotspot/os_cpu/bsd_zero/bytes_bsd_zero.hpp
- src/hotspot/os_cpu/linux_aarch64/bytes_linux_aarch64.hpp
- src/hotspot/os_cpu/linux_arm/bytes_linux_arm.hpp
- src/hotspot/os_cpu/linux_ppc/bytes_linux_ppc.hpp
- src/hotspot/os_cpu/linux_riscv/bytes_linux_riscv.hpp
- src/hotspot/os_cpu/linux_s390/bytes_linux_s390.hpp
- src/hotspot/os_cpu/linux_x86/bytes_linux_x86.hpp
- src/hotspot/os_cpu/linux_zero/bytes_linux_zero.hpp
- src/hotspot/os_cpu/windows_aarch64/bytes_windows_aarch64.hpp
- src/hotspot/os_cpu/windows_x86/bytes_windows_x86.hpp
! src/hotspot/share/code/compressedStream.cpp
! src/hotspot/share/jfr/utilities/jfrBigEndian.hpp
! src/hotspot/share/opto/subnode.cpp
+ src/hotspot/share/utilities/byteswap.hpp
! src/hotspot/share/utilities/copy.cpp
- src/hotspot/share/utilities/moveBits.hpp
+ src/hotspot/share/utilities/reverse_bits.hpp
- test/hotspot/gtest/opto/test_moveBits.cpp
+ test/hotspot/gtest/utilities/test_byteswap.cpp
+ test/hotspot/gtest/utilities/test_reverse_bits.cpp

Changeset: e915e396
Author:    duke <duke at openjdk.org>
Date:      2023-03-09 19:40:21 +0000
URL:       https://git.openjdk.org/mobile/commit/e915e3969a897b69692eb3b9f19306b869ce991b

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list