8233918: 8233498 broke build on SPARC
Reviewed-by: eosterlund
This commit is contained in:
parent
bc116ded54
commit
6fa1bf99e2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user