src/hotspot/cpu/s390/frame_s390.hpp
changeset 51397 c9150700bbd0
parent 49622 c96f6f8984f7
child 52055 9f154d0a59f6
equal deleted inserted replaced
51396:38ec0cea438e 51397:c9150700bbd0
   442   //            ...
   442   //            ...
   443   //
   443   //
   444 
   444 
   445   // NOTE: Stack pointer is now held in the base class, so remove it from here.
   445   // NOTE: Stack pointer is now held in the base class, so remove it from here.
   446 
   446 
       
   447   // Needed by deoptimization.
       
   448   intptr_t* _unextended_sp;
       
   449 
   447   // Frame pointer for this frame.
   450   // Frame pointer for this frame.
   448   intptr_t* _fp;
   451   intptr_t* _fp;
   449 
       
   450   // Needed by deoptimization.
       
   451   intptr_t* _unextended_sp;
       
   452 
   452 
   453  public:
   453  public:
   454 
   454 
   455   // Interface for all frames:
   455   // Interface for all frames:
   456 
   456