< prev index next >

src/share/vm/opto/buildOopMap.cpp

Print this page

        

@@ -32,10 +32,11 @@
 #include "opto/machnode.hpp"
 #include "opto/matcher.hpp"
 #include "opto/phase.hpp"
 #include "opto/regalloc.hpp"
 #include "opto/rootnode.hpp"
+#include "utilities/align.hpp"
 
 // The functions in this file builds OopMaps after all scheduling is done.
 //
 // OopMaps contain a list of all registers and stack-slots containing oops (so
 // they can be updated by GC).  OopMaps also contain a list of derived-pointer
< prev index next >