[riscv-port-jdk11u:riscv-port] RFR: 8276799: Implementation of JEP 422: Linux/RISC-V Port [v9]
kuaiwei
duke at openjdk.org
Sun Feb 4 03:45:16 UTC 2024
On Thu, 1 Feb 2024 06:51:06 GMT, kuaiwei <duke at openjdk.org> wrote:
>> It appears that zSyscall_linux_riscv.hpp is actually unsused, missing from
>> the ZGC removal.
>
>> It appears that zSyscall_linux_riscv.hpp is actually unsused, missing from the ZGC removal.
>
> Thanks for catch it. It's removed.
> @kuaiwei : Have you finished your local testing? If so, please update the testing result in PR description. Another pending issue as I remembered is that you should relate this big backport PR with all JBS issues whose fixes are contained. We need to track this. Thanks.
It's still on going. Tier1 and Tier2 are passed. Tier3 has 3 test failure.
sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 4 sanity/client/SwingSet/src/FrameDemoTest.java Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 4 sanity/client/SwingSet/src/InternalFrameDemoTest.java Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 4
Tier4 tests is very slow and report much failure. Most of them are related to GUI. I'm working to make a stable test environment.
I'm not sure how to relate the PR with all JBS, update in JBS?
-------------
PR Comment: https://git.openjdk.org/riscv-port-jdk11u/pull/3#issuecomment-1925569303
More information about the riscv-port-dev
mailing list