mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8233918: 8233498 broke build on SPARC
Reviewed-by: eosterlund
This commit is contained in:
parent
bc116ded54
commit
6fa1bf99e2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue