src/cpu/sparc/vm/c1_LIRAssembler_sparc.hpp

Print this page
rev 2893 : 7121756: Improve C1 inlining policy by using profiling at call sites
Summary: profile based recompilation of methods with C1 with more inlining.
Reviewed-by:

*** 64,75 **** --- 64,77 ---- void unpack64(LIR_Opr src, LIR_Opr dst); enum { #ifdef _LP64 call_stub_size = 68, + profile_call_stub_size = 148, #else call_stub_size = 20, + profile_call_stub_size = 84, #endif // _LP64 exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(10*4), deopt_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(10*4) }; #endif // CPU_SPARC_VM_C1_LIRASSEMBLER_SPARC_HPP