< prev index next >

src/share/vm/runtime/deoptimization.hpp

Print this page

        

*** 415,425 **** // Preserves incoming arguments to the popped frame when it is // returning to a deoptimized caller static void popframe_preserve_args(JavaThread* thread, int bytes_to_save, void* start_address); ! static MethodData* get_method_data(JavaThread* thread, methodHandle m, bool create_if_missing); private: // Update the mdo's count and per-BCI reason bits, returning previous state: static ProfileData* query_update_method_data(MethodData* trap_mdo, int trap_bci, DeoptReason reason, --- 415,425 ---- // Preserves incoming arguments to the popped frame when it is // returning to a deoptimized caller static void popframe_preserve_args(JavaThread* thread, int bytes_to_save, void* start_address); ! static MethodData* get_method_data(JavaThread* thread, const methodHandle& m, bool create_if_missing); private: // Update the mdo's count and per-BCI reason bits, returning previous state: static ProfileData* query_update_method_data(MethodData* trap_mdo, int trap_bci, DeoptReason reason,
< prev index next >