src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
changeset 51333 f6641fcf7b7e
parent 51285 1129f9833589
child 51350 57565f7dcb2a
--- a/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp	Wed Aug 08 15:31:06 2018 +0200
+++ b/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp	Wed Aug 08 15:31:06 2018 +0200
@@ -1633,12 +1633,12 @@
    public:
     MoveOperation(int src_index, VMRegPair src, int dst_index, VMRegPair dst):
       _src(src)
+    , _dst(dst)
     , _src_index(src_index)
-    , _dst(dst)
     , _dst_index(dst_index)
+    , _processed(false)
     , _next(NULL)
-    , _prev(NULL)
-    , _processed(false) {
+    , _prev(NULL) {
     }
 
     VMRegPair src() const              { return _src; }