< prev index next >

src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp

Print this page
*** 306,10 ***
--- 306,13 ---
    // only if +VerifyFPU  && (state == ftos || state == dtos)
    void verify_FPU(int stack_depth, TosState state = ftos);
  
    typedef enum { NotifyJVMTI, SkipNotifyJVMTI } NotifyMethodExitMode;
  
+   // support for runtime upcalls
+   void generate_runtime_upcalls_on_method_entry();
+ 
    // support for jvmti/dtrace
    void notify_method_entry();
    void notify_method_exit(TosState state, NotifyMethodExitMode mode);
  
    virtual void _call_Unimplemented(address call_site) {
< prev index next >