src/hotspot/cpu/sparc/interp_masm_sparc.hpp
changeset 59015 b9a85aa023b1
parent 59011 e4d7fcab43d7
equal deleted inserted replaced
59014:36fde8064316 59015:b9a85aa023b1
   319   void profile_parameters_type(Register tmp1, Register tmp2, Register tmp3, Register tmp4);
   319   void profile_parameters_type(Register tmp1, Register tmp2, Register tmp3, Register tmp4);
   320 
   320 
   321   // Debugging
   321   // Debugging
   322   void interp_verify_oop(Register reg, TosState state, const char * file, int line);    // only if +VerifyOops && state == atos
   322   void interp_verify_oop(Register reg, TosState state, const char * file, int line);    // only if +VerifyOops && state == atos
   323   void verify_oop_or_return_address(Register reg, Register rtmp); // for astore
   323   void verify_oop_or_return_address(Register reg, Register rtmp); // for astore
       
   324   void verify_FPU(int stack_depth, TosState state = ftos) {}      // No-op.
   324 
   325 
   325   // support for JVMTI/Dtrace
   326   // support for JVMTI/Dtrace
   326   typedef enum { NotifyJVMTI, SkipNotifyJVMTI } NotifyMethodExitMode;
   327   typedef enum { NotifyJVMTI, SkipNotifyJVMTI } NotifyMethodExitMode;
   327   void notify_method_entry();
   328   void notify_method_entry();
   328   void notify_method_exit(
   329   void notify_method_exit(