[riscv-port-jdk11u:riscv-port] RFR: 8276799: Implementation of JEP 422: Linux/RISC-V Port [v7]
kuaiwei
duke at openjdk.org
Tue Sep 26 06:32:56 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
>> - [ ] 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
Tier2 test result
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:test/hotspot/jtreg:tier2 324 324 0 0
>> jtreg:test/jdk:tier2 3479 3476 3 0 <<
jtreg:test/langtools:tier2 11 11 0 0
jtreg:test/nashorn:tier2 36 36 0 0
jtreg:test/jaxp:tier2 443 443 0 0
==============================
java/net/MulticastSocket/Test.java Failed. Execution failed: `main' threw exception: java.lang.Exception: Test failed - see log file for details
java/net/SctpSanity.java Failed. Execution failed: `main' threw exception: java.net.SocketException: Protocol not supported
tools/jmod/hashes/HashesOrderTest.java Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 1
-------------
PR Comment: https://git.openjdk.org/riscv-port-jdk11u/pull/3#issuecomment-1734908205
More information about the riscv-port-dev
mailing list