src/hotspot/cpu/ppc/frame_ppc.hpp
changeset 51382 0038e99f93bc
parent 49622 c96f6f8984f7
child 53244 9807daeb47c4
--- a/src/hotspot/cpu/ppc/frame_ppc.hpp	Mon Aug 13 12:24:25 2018 +0200
+++ b/src/hotspot/cpu/ppc/frame_ppc.hpp	Mon Aug 13 12:24:25 2018 +0200
@@ -359,13 +359,13 @@
   //            ...
   //
 
-  // frame pointer for this frame
-  intptr_t* _fp;
-
   // The frame's stack pointer before it has been extended by a c2i adapter;
   // needed by deoptimization
   intptr_t* _unextended_sp;
 
+  // frame pointer for this frame
+  intptr_t* _fp;
+
  public:
 
   // Accessors for fields