jdk11u-dev
jdk11u-dev copied to clipboard
https://openjdk.org/projects/jdk-updates
Backport of [JDK-8284291](https://bugs.openjdk.org/browse/JDK-8284291) Testing - Local: Test passed on `MacOS 14.6.1` on Apple M1 Max - Passed: `sun/security/krb5/auto/Renew.java` - Pipeline: - Testing Machine: --------- ### Progress - [x] Change must...
Hi all, This pull request contains a backport of commit [f132b347](https://github.com/openjdk/jdk/commit/f132b347e13a57d9654f0ab11db0636999576036) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by SendaoYan on 13 Aug 2024 and was reviewed...
Backport of [JDK-8348598](https://bugs.openjdk.org/browse/JDK-8348598) from JDK-17. Not clean as `make/lib/Awt2dLibraries.gmk` is different from JDK-17. Resolved adding the new `unused-function` to `gcc`and `gclang` disabled warnings for AWT libraries. Tier 1 tests pass....
Hi, This is a backport of JDK-8296631: NSS tests failing on OL9 linux-aarch64 hosts Original patch does not apply cleanly for the following reasons: ・Fix to getOsMap() in test/jdk/sun/security/pkcs11/PKCS11Test.java can...
Backport of tzdata2025b. Nearly clean, but contains `zone.tab` file, which was removed by [JDK-8166983](https://bugs.openjdk.org/browse/JDK-8166983). Reverted change to `test/jdk/java/util/TimeZone/TimeZoneData/aliases.txt` and `.../displaynames.txt` when running `make` in `test/jdk/java/util/TimeZone/tools/share` to avoid the `java/util/TimeZone/Bug6329116.java` test...
Hi all, This is clean backport of [JDK-8231058](https://bugs.openjdk.org/browse/JDK-8231058), to fix JVM crash when running with `-XX:+VerifyOops`. The newly added test run failed before this backport, and run passed after apply...
Hi all, This pull request contains a backport of commit [981d3c2b](https://github.com/openjdk/jdk24u/commit/981d3c2b6edb8ee8233be07cd1ce682200019d1f) from the jdk24u [openjdk/jdk24u](https://git.openjdk.org/jdk24u) repository to jdk21u-dev repository. The commit being backported was authored by SendaoYan on 1 Mar...
Please review backport of JDK-8342075 The backport is not clean: - src/java.net.http/share/classes/module-info.java The changes are skipped because there are no java.net.http configuration properties definitions in the file. It was added...
Clean backport to 11u. This fixes "make test" build problem occured with make version --------- ### Progress - [x] Change must not contain extraneous whitespace - [x] Commit message must...
Hi all, I would like to backport this patch to improve test maintainability. The patch is not clean. A text block needs to be replaced with string literals. Testing: manually...