jdk8u-dev
jdk8u-dev copied to clipboard
https://wiki.openjdk.org/display/jdk8u
Hi all, Fix the testcase bug, which if the tested jdk directory is symlinked, symlinks are followed when copying tested jdk. Only change the testcase lib file, the risk is...
hi, When compiling jdk8u from x86_64, there is an alarm message as shown below. jdk/src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:719:3: note: in expansion of macro ‘TRACE1’ 719 | TRACE1("[GSSLibStub_getCredName] pName=%" PRIuPTR "", (uintptr_t) nameHdl); |...
Hi all, This pull request contains a backport of commit [b7540df6](https://github.com/openjdk/jdk/commit/b7540df6a4279c63e69d32b9d9834f7a427478d1) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Prasanta Sadhukhan on 5 Mar 2024 and was...
The missed line in the test is restored. --------- ### Progress - [x] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must...
Hi all, This is backport of [JDK-8250825](https://bugs.openjdk.org/browse/JDK-8250825). It's prefixed PR for [JDK-8255466](https://bugs.openjdk.org/browse/JDK-8255466) [backport](https://github.com/openjdk/jdk8u-dev/pull/536). New test fails without the patch, passes with it. There are two parts make this backport not...
Hi all, This pull request contains a backport of commit [9b1d6d66](https://github.com/openjdk/jdk/commit/9b1d6d66b8297d53c6b96b9e2f9bd69af90ab8fb) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Sergey Bylokhov on 23 May 2024 and was...
Hi all, This pull request contains a backport of commit [1e3e6877](https://github.com/openjdk/jdk11u/commit/1e3e6877d5c2eb53f9dbb4fc9e045d83975c84b1) from the [openjdk/jdk11u](https://git.openjdk.org/jdk11u) repository. The commit being backported was authored by SendaoYan on 25 Jun 2024 and was reviewed...
Hi all, This is backport of JDK-8255466, to fixes the corner case in C2. This PR also fix the compiler warning `hotspot/src/share/vm/opto/type.cpp:2556:71: error: ‘this’ pointer is null` with gcc13. Patch...
Hi all, This pull request contains a backport of commit [791267a0](https://github.com/openjdk/jdk/commit/791267a0961353693ad6a92d888675b2e2837edc) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Yuri Nesterenko on 31 Jul 2015 and was...
Hi all, This is backport of [JDK-8048215](https://bugs.openjdk.org/browse/JDK-8048215). This PR try to fixed the intermitent failure. The change has been verifed. Only change the testcase, no risk. --------- ### Progress -...