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

src/cpu/sparc/vm/stubRoutines_sparc.hpp

Print this page

        

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