8233918: 8233498 broke build on SPARC
authorphedlin
Mon, 11 Nov 2019 16:59:42 +0100
changeset 59015 b9a85aa023b1
parent 59014 36fde8064316
child 59016 3b9eeae66fa0
8233918: 8233498 broke build on SPARC Reviewed-by: eosterlund
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;