src/share/vm/opto/loopUnswitch.cpp

Print this page

        

*** 22,33 **** * */ #include "precompiled.hpp" #include "memory/allocation.inline.hpp" ! #include "opto/connode.hpp" #include "opto/loopnode.hpp" #include "opto/rootnode.hpp" //================= Loop Unswitching ===================== // // orig: transformed: --- 22,35 ---- * */ #include "precompiled.hpp" #include "memory/allocation.inline.hpp" ! #include "opto/constnode.hpp" ! #include "opto/convertnode.hpp" #include "opto/loopnode.hpp" + #include "opto/optonode.hpp" #include "opto/rootnode.hpp" //================= Loop Unswitching ===================== // // orig: transformed: