< prev index next >

src/hotspot/share/opto/vector.hpp

Print this page

        

@@ -49,12 +49,12 @@
   void expand_vunbox_nodes();
   void expand_vunbox_node(VectorUnboxNode* vec_box);
   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) {}
   void optimize_vector_boxes();
 };
< prev index next >