< prev index next >

src/hotspot/cpu/s390/frame_s390.hpp

Print this page
rev 51397 : imported patch 8209433.patch

@@ -442,16 +442,16 @@
   //            ...
   //
 
   // NOTE: Stack pointer is now held in the base class, so remove it from here.
 
-  // Frame pointer for this frame.
-  intptr_t* _fp;
-
   // Needed by deoptimization.
   intptr_t* _unextended_sp;
 
+  // Frame pointer for this frame.
+  intptr_t* _fp;
+
  public:
 
   // Interface for all frames:
 
   // Accessors
< prev index next >