jdk8u-dev
jdk8u-dev copied to clipboard
https://wiki.openjdk.org/display/jdk8u
...placeholder... --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain extraneous whitespace - [x]...
Hi all, I'd like to backport this patch to jdk8u. Since most linux distributions support riscv64 and provide zero version jdk8 for riscv64. However, we may need to do some...
This updates the in-tree giflib to 5.2.2. The actual code changes are a clean backport, but the license file changes needed adapting from the `giflib.md` file in 11u and later...
Hi all, This PR is backport of [JDK-8223482](https://bugs.openjdk.org/browse/JDK-8223482), backport parity with 8u261 and emb-8u261. The change of [JDK-8223482](https://bugs.openjdk.org/browse/JDK-8223482) of two files`src/java.base/share/classes/sun/security/ssl/SSLCipher.java` and `src/java.base/share/classes/sun/security/ssl/SSLContextImpl.java` has already in jdk8u-dev, make this backport...
Add missing properties for the j2gss.dll and sspi_bridge.dll files --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x]...
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 `aliases.txt` and `displaynames.txt` when running `make` in `jdk/test/java/util/TimeZone/tools/share` to avoid the `jdk/test/java/util/TimeZone/Bug6329116.java` test...
Hi all, This is a backport of JDK-8026976: ECParameters, Point does not match field size Except for the fix in the Problemlist and the one for Copyright year, original patch...
Improves parsing of keywords in tzdata rules - The patch from 11u doesn't apply cleanly due to [JDK-8042369](https://bugs.openjdk.org/browse/JDK-8042369) missing in 8u. I backported new version of `parseYear` method (https://hg.openjdk.org/jdk9/jdk9/jdk/rev/6c26f18d9bc0#l8.347) with...
Hi all, This pull request contains a clean backport of commit [577ede73](https://github.com/openjdk/jdk/commit/577ede73d8e916bac9050d3bee80d2f18cc833a7) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Weijun Wang on 19 Mar 2025 and...
Hi All, I would like to add this bug fix for the bug in jdk/jfr/startupargs/TestMemoryOptions.java. This test contains 24 test cases and fails the "ThreadBufferSizeExceedMemorySize" case. The cause of this...