hotspot/src/cpu/x86/vm/frame_x86.hpp
changeset 8874 b2030880129c
parent 7397 5b173b4ca846
child 9630 d6419e4395e3
equal deleted inserted replaced
8873:d3031147b912 8874:b2030880129c
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   123 #endif // CC_INTERP
   123 #endif // CC_INTERP
   124 
   124 
   125     // Entry frames
   125     // Entry frames
   126 #ifdef AMD64
   126 #ifdef AMD64
   127 #ifdef _WIN64
   127 #ifdef _WIN64
   128     entry_frame_after_call_words                     =  8,
   128     entry_frame_after_call_words                     =  28,
   129     entry_frame_call_wrapper_offset                  =  2,
   129     entry_frame_call_wrapper_offset                  =  2,
   130 
   130 
   131     arg_reg_save_area_bytes                          = 32, // Register argument save area
   131     arg_reg_save_area_bytes                          = 32, // Register argument save area
   132 #else
   132 #else
   133     entry_frame_after_call_words                     = 13,
   133     entry_frame_after_call_words                     = 13,