From a85e9a69a9a0d4f71b785f0b99e80cbc7a0803c0 Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Sat, 1 Jun 2024 13:04:09 +0800 Subject: [PATCH] [Backport] 8333261: riscv: sun/jvm/hotspot/debugger/risv64 should be riscv64 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 --- .../debugger/{risv64 => riscv64}/RISCV64ThreadContext.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/{risv64 => riscv64}/RISCV64ThreadContext.java (100%) diff --git a/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/risv64/RISCV64ThreadContext.java b/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/riscv64/RISCV64ThreadContext.java similarity index 100% rename from src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/risv64/RISCV64ThreadContext.java rename to src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/riscv64/RISCV64ThreadContext.java