diff -r 397b6816032d -r 8f1a7f5e8066 hotspot/src/share/vm/opto/loopUnswitch.cpp --- a/hotspot/src/share/vm/opto/loopUnswitch.cpp Mon Mar 31 13:08:03 2014 -0700 +++ b/hotspot/src/share/vm/opto/loopUnswitch.cpp Tue Apr 01 09:05:20 2014 -0700 @@ -25,7 +25,9 @@ #include "precompiled.hpp" #include "memory/allocation.inline.hpp" #include "opto/connode.hpp" +#include "opto/convertnode.hpp" #include "opto/loopnode.hpp" +#include "opto/opaquenode.hpp" #include "opto/rootnode.hpp" //================= Loop Unswitching =====================