[riscv-port-jdk11u:riscv-port] RFR: 8276799: Implementation of JEP 422: Linux/RISC-V Port [v7]

Fei Yang fyang at openjdk.org
Thu Sep 28 07:44:00 UTC 2023


On Fri, 22 Sep 2023 09:16:37 GMT, kuaiwei <duke at openjdk.org> wrote:

>> It's the initial patch based on https://github.com/openjdk/jdk17u-dev/pull/1427 , and revert patches not required in JDK11u. The testing is running on a linux riscv board. There are some failed cases and we are working on fix them , the progress will updated.
>> 
>> Thanks the contribution of OpenJDK community and hard working of @zhengxiaolinX .
>> 
>> - [x]  slowdebug/fastdebug/release build
>> - [x] Benchmark: SPECJbb2015, Renaissance
>> - [x]  Tier1 tests
>> - [x] Tier2 tests
>> - [ ] Tier3 tests
>> - [ ] Tier4 tests
>
> kuaiwei has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix: Fixed-length mv() mistakenly redirected to li() during reshaping

Several things which I think should be done:
1. merge and rebase with latest riscv-port branch to make the conflicts resolved; 
2. add necessary fixes like [JDK-8295926](https://bugs.openjdk.org/browse/JDK-8295926) and [JDK-8293100](https://bugs.openjdk.org/browse/JDK-8293100) which were mentioned previously on this PR; 
3. remove unnecessary fixes like [JDK-8247533](https://bugs.openjdk.org/browse/JDK-8247533); 
4. Related this PR with JBS issues contained.

-------------

PR Comment: https://git.openjdk.org/riscv-port-jdk11u/pull/3#issuecomment-1738631754


More information about the riscv-port-dev mailing list