src/cpu/sparc/vm/stubRoutines_sparc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/stubRoutines_sparc.hpp	Tue Aug 25 15:39:49 2015
--- new/src/cpu/sparc/vm/stubRoutines_sparc.hpp	Tue Aug 25 15:39:48 2015

*** 39,49 **** --- 39,49 ---- } enum /* platform_dependent_constants */ { // %%%%%%%% May be able to shrink this a lot code_size1 = 20000, // 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) ! code_size2 = 27000 // simply increase if too small (assembler will crash if too small) }; class Sparc { friend class StubGenerator;

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