8233918: 8233498 broke build on SPARC

Reviewed-by: eosterlund
This commit is contained in:
Patric Hedlin 2019-11-11 16:59:42 +01:00
parent bc116ded54
commit 6fa1bf99e2

View File

@ -321,6 +321,7 @@ class InterpreterMacroAssembler: public MacroAssembler {
// 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;