Open sendaoYan opened 5 months ago
diff --git a/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/riscv64/RISCV64Frame.java b/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/riscv64/RISCV64Frame.java
index e372bc5f7be..6015057e2cf 100644
--- a/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/riscv64/RISCV64Frame.java
+++ b/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/riscv64/RISCV64Frame.java
@@ -398,7 +398,7 @@ public class RISCV64Frame extends Frame {
map.setIncludeArgumentOops(cb.callerMustGCArguments());
if (cb.getOopMaps() != null) {
- ImmutableOopMapSet.updateRegisterMap(this, cb, map, true);
+ OopMapSet.updateRegisterMap(this, cb, map, true);
}
// Since the prolog does the save and restore of FP there is no oopmap
To github.com:sendaoYan/riscv-port-jdk8u-ysd.git 8c59e2ff591..41e63525186 minus-jbs8276799 -> minus-jbs8276799
make-x86_64.log make-aarch64.log