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	Thu Jun 25 16:47:25 2015
--- new/src/cpu/sparc/vm/stubRoutines_sparc.hpp	Thu Jun 25 16:47:25 2015

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 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 = 23000 // 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;

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