< prev index next >

src/cpu/x86/vm/stubRoutines_x86_32.hpp

Print this page

        

*** 29,39 **** // 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 = 30000 // simply increase if too small (assembler will crash if too small) }; class x86 { friend class StubGenerator; friend class VMStructs; --- 29,39 ---- // 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; friend class VMStructs;
< prev index next >