src/cpu/x86/vm/stubRoutines_x86_64.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Thu Jun  2 14:57:16 2011
--- new/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Thu Jun  2 14:57:15 2011

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. ! * 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 **** --- 34,43 ---- 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;

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