jdk8u-dev
jdk8u-dev copied to clipboard
https://wiki.openjdk.org/display/jdk8u
Env: ldd (GNU libc) 2.38 gcc (GCC) 12.3.1 Test the PR patch; Build release/fastdebug/slowdebug version pass Reported issue : https://bugs.openjdk.org/browse/JDK-8329826 --------- ### Progress - [ ] Change must be properly...
Updates GHA to use Debian `bullseye` for cross build sysroot. Motivation for this are broken builds on s390x and ppc64le in recent test runs. This is due to disappearance of...
Hi all, I would like to backport this patch to improve test maintainability. This patch icompliments JDK-6622468, which I have already proposed for backporting. #492 The patch is clean. However...
Hi all, I would like to backport this patch to improve test maintainability. Currently, hotspot tests require jtreg 4.2 b13 or newer. Therefore, even if TEST.ROOT of the jdk test...
Backporting JDK-8235834 - IBM-943 charset encoder needs updating. There are few characters which display garbled values when using IBM943C, so this mapping file needs to be backported to fix the...
This is a backport of https://github.com/openjdk/jdk/commit/65be5e0c547d74ca7de288b164aa9bd6d6855685 This change to JFR test code is needed because TestJcmdDumpPathToGCRoots transiently fails because it can't guarantee the expected objects are sampled. The change improves...
The 8u configure script defines compiler flags in `EXTRA_CFLAGS`, `EXTRA_LDFLAGS` and `EXTRA_ASFLAGS`. Some are added by configure tests, while others are taken directly from corresponding options passed by the user....
Issue: [JDK-8293562](https://bugs.openjdk.org/browse/JDK-8293562): KeepAliveCache Blocks Threads while Closing Connections Backport of PR https://github.com/openjdk/jdk11u-dev/pull/1890 fromJDK11 to JDK8. The JDK11 patch doesn't apply cleanly 3/11 hunks need to be ported manually in KeepAliveCache.java....
Backport of [JDK-8299677](https://bugs.openjdk.org/browse/JDK-8299677) Backport was not clean. Rewrote test to not include junit `ParameterizedTest`. Rewrote fix since `String.repeat` is not in JDK8 --------- ### Progress - [x] Change must be...
This is a backport of JDK-8238274: (sctp) JDK-7118373 is not fixed for SctpChannel. This backport is not clean because the test added in this fix uses an API that is...