sendaoYan
sendaoYan
```shell bash configure --with-jobs=64 --prefix=$PWD/install-release --verbose --with-debug-level=release --enable-unlimited-crypto --with-vendor-name=yansendao --with-vendor-url=https://github.com/sendaoYan --with-vendor-bug-url=mailto:[email protected] --with-vendor-vm-bug-url=mailto:[email protected] --with-jvm-variants=server --with-boot-jdk=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.362.b09-2.rv64.fc38.riscv64 --with-jtreg=/home/yansendao/software/jdk/jtreg-6 --enable-ccache time make all LOG=debug CONF=linux-riscv64-normal-server-slowdebug &> build/make.log /usr/bin/g++ -DLINUX -D_GNU_SOURCE -DAMD64 -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm/prims -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm/precompiled...
Hi all, This pull request contains a backport of commit [472b935b](https://github.com/openjdk/jdk/commit/472b935b442f7f925b665c7de91eda77f3dcbe8b) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by SendaoYan on 18 Jun 2024 and was reviewed...
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...
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...
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 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 [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 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 -...
Hi all, In file [semaphore.inline.hpp](https://github.com/openjdk/jdk8u-dev/blame/master/hotspot/src/share/vm/runtime/semaphore.inline.hpp#L28), `#include "runtime/interfaceSupport.inline.hpp"` include incorrect file name, the crrect file name shoule be interfaceSupport.hpp in jdk8u repository. Additional testing: - [x] linux x64 tier1/2/3 - [x]...