src/hotspot/cpu/sparc/interp_masm_sparc.hpp
changeset 59011 e4d7fcab43d7
parent 53244 9807daeb47c4
child 59015 b9a85aa023b1
equal deleted inserted replaced
59010:d4cae08239f7 59011:e4d7fcab43d7
   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); // only if +VerifyFPU  && (state == ftos || state == dtos)
       
   325 
   324 
   326   // support for JVMTI/Dtrace
   325   // support for JVMTI/Dtrace
   327   typedef enum { NotifyJVMTI, SkipNotifyJVMTI } NotifyMethodExitMode;
   326   typedef enum { NotifyJVMTI, SkipNotifyJVMTI } NotifyMethodExitMode;
   328   void notify_method_entry();
   327   void notify_method_entry();
   329   void notify_method_exit(
   328   void notify_method_exit(