src/cpu/x86/vm/frame_x86.hpp

changeset 2689
b1c22848507b
parent 2314
f95d63e2154a
child 2895
167b70ff3abc
     1.1 --- a/src/cpu/x86/vm/frame_x86.hpp	Tue Mar 29 09:11:51 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/frame_x86.hpp	Tue Mar 29 17:35:34 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -125,7 +125,7 @@
    1.11      // Entry frames
    1.12  #ifdef AMD64
    1.13  #ifdef _WIN64
    1.14 -    entry_frame_after_call_words                     =  8,
    1.15 +    entry_frame_after_call_words                     =  28,
    1.16      entry_frame_call_wrapper_offset                  =  2,
    1.17  
    1.18      arg_reg_save_area_bytes                          = 32, // Register argument save area

mercurial