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

src/cpu/x86/vm/stubRoutines_x86_64.hpp

Print this page

        

*** 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) }; class x86 { friend class StubGenerator; --- 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 = 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