< prev index next >

src/hotspot/share/interpreter/templateInterpreterGenerator.hpp

Print this page
rev 59103 : imported patch hotspot

*** 107,120 **** void generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue); void generate_counter_overflow(Label& continue_entry); void generate_fixed_frame(bool native_call); - #ifdef SPARC - void save_native_result(void); - void restore_native_result(void); - #endif // SPARC #ifdef AARCH64 void generate_transcendental_entry(AbstractInterpreter::MethodKind kind, int fpargs); #endif // AARCH64 --- 107,116 ----
< prev index next >