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

src/cpu/x86/vm/stubRoutines_x86_64.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 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) 2003, 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.
*** 34,48 **** enum platform_dependent_constants { code_size1 = 19000, // simply increase if too small (assembler will crash if too small) code_size2 = 22000 // simply increase if too small (assembler will crash if too small) }; - // MethodHandles adapters - enum method_handles_platform_dependent_constants { - method_handles_adapters_code_size = 80000 DEBUG_ONLY(+ 120000) - }; - class x86 { friend class StubGenerator; private: static address _get_previous_fp_entry; --- 34,43 ----
src/cpu/x86/vm/stubRoutines_x86_64.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File