--- old/src/share/vm/opto/parse2.cpp 2014-03-18 16:27:27.000000000 -0400 +++ new/src/share/vm/opto/parse2.cpp 2014-03-18 16:27:27.000000000 -0400 @@ -30,6 +30,8 @@ #include "interpreter/linkResolver.hpp" #include "memory/universe.inline.hpp" #include "opto/addnode.hpp" +#include "opto/castnode.hpp" +#include "opto/convertnode.hpp" #include "opto/divnode.hpp" #include "opto/idealGraphPrinter.hpp" #include "opto/matcher.hpp"