[riscv-port-jdk11u:riscv-port] RFR: 8333261: [repo-riscv-port-11] sun/jvm/hotspot/debugger/risv64 should be riscv64
SendaoYan
syan at openjdk.org
Fri May 31 01:28:28 UTC 2024
On Thu, 30 May 2024 12:11:57 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi,
> The package name of `RISCV64ThreadContext.java` is `sun.jvm.hotspot.debugger.riscv64`, so the directory name of `RISCV64ThreadContext.java` shoule be `src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/riscv64`, rather than `src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/risv64`.
>
> Additional testing:
>
> - [x] riscv64 native build
> - [x] run all the jtreg tests expect for `test/hotspot/jtreg/vmTestbase/ test/hotspot/jtreg/applications/`
Run all the jtreg tests expect for `test/hotspot/jtreg/vmTestbase/ test/hotspot/jtreg/applications/`, there two failures.
1. javax/swing/JComboBox/6632953/bug6632953.java report `malloc(): unaligned fastbin chunk detected`. I can't reproduce it now, I will check it later. I think it's unrelated to this PR.
2. java/net/MulticastSocket/Test.java report `java.net.SocketException: No such device`, it's environmental issue, unrelated to this issue.
-------------
PR Comment: https://git.openjdk.org/riscv-port-jdk11u/pull/23#issuecomment-2141081401
More information about the riscv-port-dev
mailing list