comparison src/share/vm/graal/graalCodeInstaller.cpp @ 8368:99a71b8c1c5d

removed unused code
author Doug Simon <doug.simon@oracle.com>
date Tue, 19 Mar 2013 14:05:40 +0100
parents b89a97928e72
children 8a526d8b4604
comparison
equal deleted inserted replaced
8367:ae15e5d0571b 8368:99a71b8c1c5d
384 _total_frame_size = CompilationResult::frameSize(_comp_result) + HeapWordSize; 384 _total_frame_size = CompilationResult::frameSize(_comp_result) + HeapWordSize;
385 _custom_stack_area_offset = CompilationResult::customStackAreaOffset(_comp_result); 385 _custom_stack_area_offset = CompilationResult::customStackAreaOffset(_comp_result);
386 386
387 // (very) conservative estimate: each site needs a constant section entry 387 // (very) conservative estimate: each site needs a constant section entry
388 _constants_size = _sites->length() * (BytesPerLong*2); 388 _constants_size = _sites->length() * (BytesPerLong*2);
389 _total_size = align_size_up(_code_size, HeapWordSize) + _constants_size;
390 389
391 _next_call_type = MARK_INVOKE_INVALID; 390 _next_call_type = MARK_INVOKE_INVALID;
392 } 391 }
393 392
394 // perform data and call relocation on the CodeBuffer 393 // perform data and call relocation on the CodeBuffer