src/cpu/x86/vm/stubRoutines_x86_64.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Fri Jun 19 15:52:00 2015
--- new/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Fri Jun 19 15:51:59 2015

*** 31,41 **** --- 31,41 ---- 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 = 23000 // simply increase if too small (assembler will crash if too small) ! code_size2 = 24000 // simply increase if too small (assembler will crash if too small) }; class x86 { friend class StubGenerator;

src/cpu/x86/vm/stubRoutines_x86_64.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File