Antonio Vieiro

Results 21 issues of Antonio Vieiro

Backport of [JDK-8296812](https://bugs.openjdk.org/browse/JDK-8296812) . The new GHA build platform (macos-13 / XCode 14) fails because `sprintf` is deprecated. An alternative (`os::snprintf_checked`) was introduced in JDK-8296812. This is sadly not a...

backport
rfr

Backport of [JDK-8299254](https://bugs.openjdk.org/browse/JDK-8299254) that solves the clash between OpenJDK's and standard lib's `assert` macro when building with XCode 14/clang 14 on GHA macos-13. Clean changes: ``` make/hotspot/lib/JvmFlags.gmk src/hotspot/share/utilities/vmassert_reinstall.hpp src/hotspot/share/utilities/vmassert_uninstall.hpp test/hotspot/gtest/gc/shared/test_memset_with_concurrent_readers.cpp...

backport
rfr

Backport of [JDK-8299635](https://bugs.openjdk.org/browse/JDK-8299635) as applied to JDK-17, in order to get building on macos-13/Xcode 14/clang 14. Mostly clean but for these files: ``` src/hotspot/os/aix/os_aix.cpp src/hotspot/os/linux/os_linux.cpp src/hotspot/share/opto/cfgnode.cpp src/hotspot/share/opto/chaitin.cpp src/hotspot/share/opto/chaitin.hpp src/hotspot/share/opto/type.cpp ```...

backport
rfr

This fixes [JDK-8336451](https://bugs.openjdk.org/browse/JDK-8336451). This is a problem with the latest Github macos runners (see https://github.com/actions/runner-images/issues/8649) that makes it impossible for `getaddrinfo` to properly resolve the builder's hostname. The issue has...

rfr

This is a fix to [JDK-8336292](https://bugs.openjdk.org/browse/JDK-8336292): Building 11u on the latest macos-13 GHA platform (XCode 14, clang 14) fails as we are passing arguments to a function without a prototype...

rfr

This fixes [JDK-8336291](https://bugs.openjdk.org/browse/JDK-8336291) by replacing the deprecated `sprintf` with `snprintf` in different files `jdk.pack`. Low risk. This is a 11u specific issue, as `jdk.pack` was removed in [JDK-8234596](https://bugs.openjdk.org/browse/JDK-8234596) in OpenJDK...

rfr

Clean backport of [JDK-8302495](https://bugs.openjdk.org/browse/JDK-8302495) as applied to 17. This removes deprecated `sprintf` with `snprintf`in different parts of `java.desktop`, as `sprintf` is deprecated in latest XCode14/clang14 for the macos-13 GHA build...

backport
rfr
clean

Clean backport of [JDK-8299378](https://bugs.openjdk.org/browse/JDK-8299378), as applied to 17. This replaces the deprecated `sprintf` with `os::snprintf_checked` in more places, for the build to progress in the new macos-13 GHA. The build...

backport
rfr
clean

Clean backport of [JDK-8335918](https://bugs.openjdk.org/browse/JDK-8335918) from JDK-17 to replace deprecated `sprintf` with `snprintf`. Despite of this backport the macos build will continue failing until other backports are in place. --------- ###...

backport
rfr
clean

Backport of [JDK-8299254 Support dealing with standard assert macro](https://bugs.openjdk.org/browse/JDK-8299254) on top of the previous PR [`macos-12` github actions ](https://github.com/openjdk/jdk11u-dev/pull/2940). This will make the github actions in `jdk11u-dev` run again on...

backport
rfr