src/cpu/x86/vm/frame_x86.hpp

changeset 3433
eaa9557116a2
parent 2895
167b70ff3abc
child 4037
da91efe96a93
     1.1 --- a/src/cpu/x86/vm/frame_x86.hpp	Fri Jan 13 12:58:26 2012 -0800
     1.2 +++ b/src/cpu/x86/vm/frame_x86.hpp	Wed Jan 18 16:18:31 2012 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, 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 @@ -188,6 +188,7 @@
    1.11    frame(intptr_t* sp, intptr_t* fp);
    1.12  
    1.13    // accessors for the instance variables
    1.14 +  // Note: not necessarily the real 'frame pointer' (see real_fp)
    1.15    intptr_t*   fp() const { return _fp; }
    1.16  
    1.17    inline address* sender_pc_addr() const;

mercurial