--- old/src/cpu/sparc/vm/c1_LIRAssembler_sparc.hpp 2011-12-15 13:30:18.697608369 +0100 +++ new/src/cpu/sparc/vm/c1_LIRAssembler_sparc.hpp 2011-12-15 13:30:18.514963746 +0100 @@ -66,8 +66,10 @@ 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) };