--- a/src/hotspot/cpu/sparc/interp_masm_sparc.hpp Mon Nov 11 16:24:35 2019 +0100
+++ b/src/hotspot/cpu/sparc/interp_masm_sparc.hpp Mon Nov 11 16:59:42 2019 +0100
@@ -321,6 +321,7 @@
// Debugging
void interp_verify_oop(Register reg, TosState state, const char * file, int line); // only if +VerifyOops && state == atos
void verify_oop_or_return_address(Register reg, Register rtmp); // for astore
+ void verify_FPU(int stack_depth, TosState state = ftos) {} // No-op.
// support for JVMTI/Dtrace
typedef enum { NotifyJVMTI, SkipNotifyJVMTI } NotifyMethodExitMode;