Open sendaoYan opened 3 months ago
diff --git a/hotspot/src/share/vm/code/compiledIC.hpp b/hotspot/src/share/vm/code/compiledIC.hpp
index c466fbb48dc..8e6c78ab001 100644
--- a/hotspot/src/share/vm/code/compiledIC.hpp
+++ b/hotspot/src/share/vm/code/compiledIC.hpp
@@ -330,6 +330,9 @@ class CompiledStaticCall: public NativeCall {
static address emit_to_interp_stub(CodeBuffer &cbuf, address mark);
#else
static address emit_to_interp_stub(CodeBuffer &cbuf);
+#endif
+#if defined(RISCV64) && !defined(ZERO)
+ static int to_trampoline_stub_size();
#endif
static int to_interp_stub_size();
static int reloc_to_interp_stub();
To github.com:sendaoYan/riscv-port-jdk8u-ysd.git 83011fd15c8..09bf8a9454a minus-jbs8276799 -> minus-jbs8276799
make-aarch64-fastdebug.log make-aarch64-release.log make-aarch64-slowdebug.log make-riscv64-fastdebug.log make-riscv64-release.log make-riscv64-slowdebug.log make-x86_64-fastdebug.log make-x86_64-release.log make-x86_64-slowdebug.log standalone.log