src/cpu/x86/vm/frame_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File win64-abi-xmm Cdiff src/cpu/x86/vm/frame_x86.hpp

src/cpu/x86/vm/frame_x86.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.
*** 123,133 **** #endif // CC_INTERP // Entry frames #ifdef AMD64 #ifdef _WIN64 ! entry_frame_after_call_words = 8, entry_frame_call_wrapper_offset = 2, arg_reg_save_area_bytes = 32, // Register argument save area #else entry_frame_after_call_words = 13, --- 123,133 ---- #endif // CC_INTERP // Entry frames #ifdef AMD64 #ifdef _WIN64 ! entry_frame_after_call_words = 28, entry_frame_call_wrapper_offset = 2, arg_reg_save_area_bytes = 32, // Register argument save area #else entry_frame_after_call_words = 13,
src/cpu/x86/vm/frame_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File