comparison src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp @ 6825:bf2edd3c9b0f

8000102: Resolve include conflicts Summary: Removing include of c1/c1_runtime.hpp and opto/runtime.hpp from all os-files. Reviewed-by: kvn Contributed-by: nils.eliasson@oracle.com
author neliasso
date Thu, 04 Oct 2012 06:31:07 -0700
parents 716e6ef4482a
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
6824:f13867c41f73 6825:bf2edd3c9b0f
50 #include "runtime/stubRoutines.hpp" 50 #include "runtime/stubRoutines.hpp"
51 #include "runtime/timer.hpp" 51 #include "runtime/timer.hpp"
52 #include "thread_linux.inline.hpp" 52 #include "thread_linux.inline.hpp"
53 #include "utilities/events.hpp" 53 #include "utilities/events.hpp"
54 #include "utilities/vmError.hpp" 54 #include "utilities/vmError.hpp"
55 #ifdef COMPILER1
56 #include "c1/c1_Runtime1.hpp"
57 #endif
58 #ifdef COMPILER2
59 #include "opto/runtime.hpp"
60 #endif
61
62 55
63 // Linux/Sparc has rather obscure naming of registers in sigcontext 56 // Linux/Sparc has rather obscure naming of registers in sigcontext
64 // different between 32 and 64 bits 57 // different between 32 and 64 bits
65 #ifdef _LP64 58 #ifdef _LP64
66 #define SIG_PC(x) ((x)->sigc_regs.tpc) 59 #define SIG_PC(x) ((x)->sigc_regs.tpc)