< prev index next >

src/cpu/x86/vm/stubRoutines_x86_32.hpp

Print this page

        

*** 28,38 **** // This file holds the platform specific parts of the StubRoutines // definition. See stubRoutines.hpp for a description on how to // extend it. enum platform_dependent_constants { ! code_size1 = 9000, // simply increase if too small (assembler will crash if too small) code_size2 = 33800 // simply increase if too small (assembler will crash if too small) }; class x86 { friend class StubGenerator; --- 28,38 ---- // This file holds the platform specific parts of the StubRoutines // definition. See stubRoutines.hpp for a description on how to // extend it. enum platform_dependent_constants { ! code_size1 = 20000, // simply increase if too small (assembler will crash if too small) code_size2 = 33800 // simply increase if too small (assembler will crash if too small) }; class x86 { friend class StubGenerator;
< prev index next >