< prev index next >

src/hotspot/share/ci/ciTypeFlow.hpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

@@ -28,16 +28,10 @@
 #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;
< prev index next >