Open sendaoYan opened 3 months ago
8293840: RISC-V: Remove cbuf parameter from far_call/far_jump/trampoline_call 又变成2个参数
一直都是一个参数,没有找到记录jdk8u什么时候变成2个参数的
diff --git a/hotspot/src/cpu/riscv/vm/riscv.ad b/hotspot/src/cpu/riscv/vm/riscv.ad
index 74caf21dad7..3376fe16f2d 100644
--- a/hotspot/src/cpu/riscv/vm/riscv.ad
+++ b/hotspot/src/cpu/riscv/vm/riscv.ad
@@ -1903,7 +1903,7 @@ encode %{
if (_method) {
// Emit stub for static call
- address stub = CompiledStaticCall::emit_to_interp_stub(cbuf);
+ address stub = CompiledStaticCall::emit_to_interp_stub(cbuf, call);
}
%}
To github.com:sendaoYan/riscv-port-jdk8u-ysd.git 41d1204d7e3..9a88810bba6 minus-jbs8276799 -> minus-jbs8276799
make-gcc13-aarch64-fastdebug.log make-gcc13-aarch64-release.log make-gcc13-aarch64-slowdebug.log make-gcc13-riscv64-fastdebug.log make-gcc13-riscv64-release.log make-gcc13-riscv64-slowdebug.log make-gcc13-x86_64-fastdebug.log make-gcc13-x86_64-release.log make-gcc13-x86_64-slowdebug.log