jdk8u-dev
jdk8u-dev copied to clipboard
https://wiki.openjdk.org/display/jdk8u
Hi, I'd like to propose a backport of 8152207 for 8u as this release is affected. The JDK main line patch applies almost cleanly, except for the file path and...
Hi all, This is a backport of JDK-8046883: com/sun/jdi/ProcessAttachTest.sh gets "java.io.IOException: Invalid process identifier" on windows. The original patch does not apply cleanly. Process.pid() method was introduced in JDK9, so...
Hi all, This pull request contains a backport of commit [0abb2b14](https://github.com/openjdk/jdk/commit/0abb2b14edd9f7b4de461efa47fe31b4cbfb92c1) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Alan Bateman on 3 Feb 2014 and was...
Attempt to fix 8337312 using the same logic from `jdk/src/share/native/sun/java2d/cmm/lcms/lcms2_internal.h`: ~~~ /// Properly define some macros to accommodate /// older MSVC versions. # if defined(_MSC_VER) && _MSC_VER --------- ### Progress...
Hi all, This pull request contains a backport of commit [95c0b97b](https://github.com/openjdk/jdk11u-dev/commit/95c0b97bc2bfcb686dfabc6d74424772f0f866a1) from the [openjdk/jdk11u-dev](https://git.openjdk.org/jdk11u-dev) repository. The commit being backported was authored by SendaoYan on 30 Jul 2024 and was reviewed...
This backport is written from scratch, as GHA workflows in jdk8u differ significantly from newer jdk versions. This will remove all warnings about deprecated Node.js versions --------- ### Progress -...
This backport fixes [failures](https://github.com/zzambers/jdk8u-dev/actions/runs/9858657012/job/27221579883) (segfaults) in following tests which appeared after [macos update](https://github.com/openjdk/jdk8u-dev/pull/544): ``` sun/misc/CopyMemory.java compiler/unsafe/OpaqueAccesses.java ``` Backport differs from original changeset, because there were significant changes/refactoring in unsafe. **Notes:**...
`TestNoEagerReclaimOfHumongousRegions.java` is placed (as the only test) in `gc_implementation/g1` directory instead of `gc/g1`, where similar tests are placed. As a result test is not part of any test group and...
Hi all, This pull request contains a backport of commit [40e667c1](https://github.com/openjdk/jdk/commit/40e667c174269a73cd9b5612673c5e4b2293d6c0) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Prasanta Sadhukhan on 26 Mar 2020 and was...
Hi all This is backport of JDK-8309138, to fix the testcase bug, which if the tested jdk directory is symlinked, symlinks are followed when copying tested jdk. Only change the...