dragonwell-project / dragonwell11

Alibaba Dragonwell11 JDK
https://www.aliyun.com/product/dragonwell
GNU General Public License v2.0
552 stars 111 forks source link

[Backport] 8333261: riscv: sun/jvm/hotspot/debugger/risv64 should be riscv64 #832

Closed sendaoYan closed 1 month ago

sendaoYan commented 1 month ago

Summary: Clean backport of JDK-8333261, this backport has been merged to riscv-port-jdk11u

Testing: CI pipeline

Reviewers: kuaiwei.kw, xingqizheng.xqz

Issue: https://github.com/dragonwell-project/dragonwell11/issues/830

sendaoYan commented 1 month ago

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.