@@ -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: