git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.org
Mon Jan 13 18:29:44 UTC 2025
Changeset: e0f2f4b2
Branch: master
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2025-01-13 18:25:42 +0000
URL: https://git.openjdk.org/mobile/commit/e0f2f4b216bc9358caa65975204aee086e4fcbd2
8313396: Portable implementation of FORBID_C_FUNCTION and ALLOW_C_FUNCTION
Co-authored-by: Martin Doerr <mdoerr at openjdk.org>
Reviewed-by: coleenp, dholmes, 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: 61f7982f
Branch: master
Author: duke <duke at openjdk.org>
Date: 2025-01-13 18:26:48 +0000
URL: https://git.openjdk.org/mobile/commit/61f7982f574656cd604c486bae0aa9d7550fae84
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