src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp

Print this page

        

@@ -50,17 +50,10 @@
 #include "runtime/stubRoutines.hpp"
 #include "runtime/timer.hpp"
 #include "thread_linux.inline.hpp"
 #include "utilities/events.hpp"
 #include "utilities/vmError.hpp"
-#ifdef COMPILER1
-#include "c1/c1_Runtime1.hpp"
-#endif
-#ifdef COMPILER2
-#include "opto/runtime.hpp"
-#endif
-
 
 // Linux/Sparc has rather obscure naming of registers in sigcontext
 // different between 32 and 64 bits
 #ifdef _LP64
 #define SIG_PC(x) ((x)->sigc_regs.tpc)