src/cpu/x86/vm/frame_x86.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8076276 Cdiff src/cpu/x86/vm/frame_x86.hpp

src/cpu/x86/vm/frame_x86.hpp

Print this page
rev 8344 : 8076276: Add support for AVX512
Reviewed-by: kvn, roland
Contributed-by: michael.c.berg@intel.com

*** 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, --- 123,133 ---- #endif // CC_INTERP // Entry frames #ifdef AMD64 #ifdef _WIN64 ! entry_frame_after_call_words = 60, 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 Wdiffs Patch New Old Previous File Next File