< prev index next >

src/cpu/x86/vm/stubRoutines_x86_64.hpp

Print this page

        

*** 30,40 **** // extend it. static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } enum platform_dependent_constants { ! code_size1 = 19000, // simply increase if too small (assembler will crash if too small) code_size2 = 35000 // simply increase if too small (assembler will crash if too small) }; class x86 { friend class StubGenerator; --- 30,40 ---- // extend it. static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } enum platform_dependent_constants { ! code_size1 = 30000, // simply increase if too small (assembler will crash if too small) code_size2 = 35000 // simply increase if too small (assembler will crash if too small) }; class x86 { friend class StubGenerator;
< prev index next >