< prev index next >

src/hotspot/cpu/zero/cppInterpreter_zero.cpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

@@ -48,13 +48,10 @@
 #include "runtime/timer.hpp"
 #include "runtime/vframeArray.hpp"
 #include "stack_zero.inline.hpp"
 #include "utilities/debug.hpp"
 #include "utilities/macros.hpp"
-#ifdef SHARK
-#include "shark/shark_globals.hpp"
-#endif
 
 #ifdef CC_INTERP
 
 #define fixup_after_potential_safepoint()       \
   method = istate->method()
< prev index next >