--- old/src/hotspot/share/opto/vector.hpp	2020-08-07 00:36:32.000000000 +0300
+++ new/src/hotspot/share/opto/vector.hpp	2020-08-07 00:36:32.000000000 +0300
@@ -51,8 +51,8 @@
   void eliminate_vbox_alloc_nodes();
   void eliminate_vbox_alloc_node(VectorBoxAllocateNode* vbox_alloc);
   void do_cleanup();
-  void expand_vector_boxes();
   void scalarize_vector_boxes();
+  void expand_vector_boxes();
 
  public:
   PhaseVector(PhaseIterGVN& igvn) : Phase(Vector), _igvn(igvn) {}