src/share/vm/runtime/frame.hpp

changeset 3130
5432047c7db7
parent 2897
3cfb240033d1
child 3238
b20d64f83668
     1.1 --- a/src/share/vm/runtime/frame.hpp	Wed Sep 07 12:58:42 2011 -0700
     1.2 +++ b/src/share/vm/runtime/frame.hpp	Thu Sep 08 10:12:25 2011 +0200
     1.3 @@ -221,6 +221,10 @@
     1.4    // returns the stack pointer of the calling frame
     1.5    intptr_t* sender_sp() const;
     1.6  
     1.7 +  // Deoptimization info, if needed (platform dependent).
     1.8 +  // Stored in the initial_info field of the unroll info, to be used by
     1.9 +  // the platform dependent deoptimization blobs.
    1.10 +  intptr_t *initial_deoptimization_info();
    1.11  
    1.12    // Interpreter frames:
    1.13  

mercurial