jdk11u-dev
jdk11u-dev copied to clipboard
https://openjdk.org/projects/jdk-updates
Update of the in-tree copy of LCMS to 2.17. Patch from 17u required no manual intervention to apply to 11u and built fine locally. --------- ### Progress - [x] Change...
Hi all, We observed test build/AbsPathsInImage.java fails which has been recorded by https://github.com/dragonwell-project/dragonwell11/issues/934, and this backport can fix the test bug which cause the test failure. The test bug which...
This a backport of JDK-8351933 [0] (PR [1]) for 11u. At one of code paths the TC subfield of ctl field is decremented and the result is not masked correctly....
Hi all, This pull request contains a backport of commit [4412c079](https://github.com/openjdk/jdk/commit/4412c079fccefbb235b22651206089f5bac47d18) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Jaikiran Pai on 12 Mar 2025 and was...
Clean backport of [JDK-8327476](https://bugs.openjdk.org/browse/JDK-8327476) from JDK17 that upgrades JLine to 3.26.1 (parity with 11.0.27-oracle). This is tagged as `CPU25_04-critical-SQE-OK`. Tested with tier1 tests on Linux... ``` ============================== Test summary ==============================...
This change is fixing the problem in `frame_aarch64.cpp`, function `safe_for_sender`, where we have this code ``` bool unextended_sp_safe = unextended_sp < thread->stack_base(); ``` While this captures one possibility of not...
Hi all, This pull request contains a backport of commit [fb46d4e5](https://github.com/openjdk/jdk/commit/fb46d4e578db297c66176852bec77fc3ad5b89a8) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Ivan Šipka on 6 Feb 2021 and was...
Backport of JDK-8342496 - C2/Shenandoah: SEGV in compiled code when running jcstress Clean backport. Passed tier 1 tests. Passed gtests. --------- ### Progress - [x] Change must not contain extraneous...
This pull request contains a backport of commit https://github.com/openjdk/jdk17u/commit/39a6bf2158c2f35399c6739e4b9578f13ea6b7e4 from the https://github.com/openjdk/jdk17u Bug Ref: https://bugs.openjdk.org/browse/JDK-8290368 Signed-off-by: Pooja.D.P1 --------- ### Progress - [ ] Change must be properly reviewed (1 review...
Hi, It's a clean backport of JDK-8351359. Changes are related to Windows only. Testing: - manual testing code that calls `getProcessCpuLoad()` on windows server 2025, intel cpu - OpenJDK GHA...