< prev index next >

src/hotspot/cpu/x86/interp_masm_x86.hpp

Print this page
@@ -276,10 +276,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);
  
   private:
< prev index next >