jdk11u-dev
jdk11u-dev copied to clipboard
https://openjdk.org/projects/jdk-updates
Hi all, This pull request contains a backport of commit [d8f012ea](https://github.com/openjdk/jdk/commit/d8f012ea2a0514020434d5db6047e36941e9349b) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Brent Christian on 25 Apr 2025 and was...
Hi all, On ours linux-x64 machine, `-Xmx256M -XX:+UnlockExperimentalVMOptions -XX:+UseZGC` can not start JVM because of OOM. I think it's not a JVM bug in jdk11u, I think we should increase...
Clean backport of [JDK-8347381](https://bugs.openjdk.org/browse/JDK-8347381) that upgrades the jQueryUI library to v1.14.1, for parity with 11.0.29 and because it's always a good idea to keep these updated. [This is compatible](https://blog.jqueryui.com/2024/10/jquery-ui-1-14-1-released/) with...
Backport of https://bugs.openjdk.org/browse/JDK-8277444. The backport was not clean but the fixes were trivial naming differences This fixes a race condition that occurs when a class is simultaneously retransformed via the...
I'd like to backport this for parity with 11.0.29-oracle. CSR JDK-8349538 has been approved for 11u. 17u patch applies cleanly, but the test requires a few modifications to work properly:...
Mostly clean backport of [JDK-8357105](https://bugs.openjdk.org/browse/JDK-8357105). Backport is not clean because JDK11 C++ uses `NULL` instead of `nulllptr`. Tested on Linux with: tier1 tests: ``` ============================== Test summary ============================== TEST TOTAL...
This error/warning has been seen on newer gcc versions on openjdk 11: ``` In function 'mp_zero', inlined from 'mp_zero' at /home/tester/temurinbuild-1757944128/workspace/build/src/src/jdk.crypto.ec/share/native/libsunec/impl/mpi.c:316:8, inlined from 'mp_set_int' at /home/tester/temurinbuild-1757944128/workspace/build/src/src/jdk.crypto.ec/share/native/libsunec/impl/mpi.c:353:3, inlined from 'mp_cmp_int' at...
Backport fixes few warnings in newer gcc (12+), which I have seen some when doing test build for gcc15 (fedora 42) for another [backport](https://github.com/openjdk/jdk11u-dev/pull/3087#issuecomment-3266882552). Warning do not show in current...
Backport fixes compiler warning on newer gcc. (Also has been backported to oracle jdk 11) Backport was clean except for copyright header. --------- ### Progress - [x] Change must not...
Hi, this is a backport of openjdk/jdk17u-dev#3954. The backport is almost clean, except for: * Trivial context differences in `Main.java`~~, `Resources.java`, `Resources_ja.java`, and `Resources_zh_CN.java`~~ * The English `jarsigner.1` manpages have...