< prev index next >

src/hotspot/share/ci/ciTypeFlow.hpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

*** 28,43 **** #ifdef COMPILER2 #include "ci/ciEnv.hpp" #include "ci/ciKlass.hpp" #include "ci/ciMethodBlocks.hpp" #endif - #ifdef SHARK - #include "ci/ciEnv.hpp" - #include "ci/ciKlass.hpp" - #include "ci/ciMethodBlocks.hpp" - #include "shark/shark_globals.hpp" - #endif class ciTypeFlow : public ResourceObj { private: ciEnv* _env; --- 28,37 ----
< prev index next >