git: openjdk/mobile: 2 new changesets

duke duke at openjdk.org
Thu Apr 24 11:47:08 UTC 2025


Changeset: d3f31b0d
Branch: master
Author:    Kim Barrett <kbarrett at openjdk.org>
Date:      2025-04-24 11:43:53 +0000
URL:       https://git.openjdk.org/mobile/commit/d3f31b0d8e9c90f3dc8e97a299c9e0b7f5b05284

8347719: [REDO] Portable implementation of FORBID_C_FUNCTION and ALLOW_C_FUNCTION

Reviewed-by: tschatzl, jsjolen

! src/hotspot/os/aix/libodm_aix.cpp
! src/hotspot/os/aix/loadlib_aix.cpp
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/aix/porting_aix.cpp
! src/hotspot/os/bsd/decoder_machO.cpp
! src/hotspot/os/linux/decoder_linux.cpp
! src/hotspot/os/linux/gc/z/zMountPoint_linux.cpp
! src/hotspot/os/linux/mallocInfoDcmd.cpp
+ src/hotspot/os/posix/forbiddenFunctions_posix.hpp
! src/hotspot/os/posix/os_posix.cpp
+ src/hotspot/os/posix/permitForbiddenFunctions_posix.hpp
+ src/hotspot/os/windows/forbiddenFunctions_windows.hpp
! src/hotspot/os/windows/os_windows.cpp
+ src/hotspot/os/windows/permitForbiddenFunctions_windows.hpp
! src/hotspot/os/windows/symbolengine.cpp
! src/hotspot/share/jvmci/jvmciEnv.cpp
! src/hotspot/share/logging/logTagSet.cpp
! src/hotspot/share/nmt/mallocSiteTable.cpp
! src/hotspot/share/nmt/memMapPrinter.cpp
! src/hotspot/share/nmt/nmtPreInit.cpp
! src/hotspot/share/runtime/os.cpp
! src/hotspot/share/utilities/compilerWarnings.hpp
! src/hotspot/share/utilities/compilerWarnings_gcc.hpp
! src/hotspot/share/utilities/compilerWarnings_visCPP.hpp
+ src/hotspot/share/utilities/forbiddenFunctions.hpp
! src/hotspot/share/utilities/globalDefinitions.hpp
+ src/hotspot/share/utilities/permitForbiddenFunctions.hpp
! test/hotspot/gtest/code/test_codestrings.cpp
! test/hotspot/gtest/gc/shenandoah/test_shenandoahNumberSeq.cpp
! test/hotspot/gtest/gc/shenandoah/test_shenandoahSimpleBitMap.cpp
! test/hotspot/gtest/gtestMain.cpp
! test/hotspot/gtest/unittest.hpp

Changeset: 773ff2d6
Branch: master
Author:    duke <duke at openjdk.org>
Date:      2025-04-24 11:44:38 +0000
URL:       https://git.openjdk.org/mobile/commit/773ff2d6fbe70b4954d072109f44f975a3e22c56

Automatic merge of jdk:master into master

! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/share/nmt/memMapPrinter.cpp
! src/hotspot/share/runtime/os.cpp
! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/share/nmt/memMapPrinter.cpp
! src/hotspot/share/runtime/os.cpp



More information about the mobile-changes mailing list