jdk11u-dev icon indicating copy to clipboard operation
jdk11u-dev copied to clipboard

https://openjdk.org/projects/jdk-updates

Results 72 jdk11u-dev issues
Sort by recently updated
recently updated
newest added

This is backprot for parity with `11.0.24-oracle` ---- Backport of [JDK-8253700](https://bugs.openjdk.org/browse/JDK-8253700) - This is an **unclean** backport, contains two commits - Commit 1. is generated by `git patch` command, is...

backport
rfr

A fix for [JDK-8334635](https://bugs.openjdk.org/browse/JDK-8334635) on a test file. Tested on Fedora 40 using the default zlib-ng. Test passes with and without `JAVA_OPTIONS=-DPackTestZip64.enableBigJar` --------- ### Progress - [ ] Change must...

rfr

I backport this for parity with 11.0.25-oracle. The test is limit to Windows, so backport with JDK-8331495 together, also backport with the new issue JDK-8331999 threads.addAll(Stream.generate(() -> new Thread(new Scanner(fc)))...

backport
rfr

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