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

src/cpu/sparc/vm/stubRoutines_sparc.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2010, 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. --- 1,7 ---- /* ! * Copyright (c) 1997, 2011, 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.
*** 42,56 **** // %%%%%%%% May be able to shrink this a lot code_size1 = 20000, // simply increase if too small (assembler will crash if too small) code_size2 = 20000 // simply increase if too small (assembler will crash if too small) }; - // MethodHandles adapters - enum method_handles_platform_dependent_constants { - method_handles_adapters_code_size = 15000 - }; - class Sparc { friend class StubGenerator; public: enum { nof_instance_allocators = 10 }; --- 42,51 ----
src/cpu/sparc/vm/stubRoutines_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File