# HG changeset patch # User phedlin # Date 1573487982 -3600 # Node ID b9a85aa023b1eb4350d9ecac637f1d767f1233a2 # Parent 36fde8064316f0fc371a805655e73bb9417bf2e5 8233918: 8233498 broke build on SPARC Reviewed-by: eosterlund diff -r 36fde8064316 -r b9a85aa023b1 src/hotspot/cpu/sparc/interp_masm_sparc.hpp --- 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;