src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp

changeset 4136
bf2edd3c9b0f
parent 3606
da4be62fb889
child 4153
b9a9ed0f8eeb
equal deleted inserted replaced
4135:f13867c41f73 4136:bf2edd3c9b0f
50 #include "runtime/stubRoutines.hpp" 50 #include "runtime/stubRoutines.hpp"
51 #include "runtime/timer.hpp" 51 #include "runtime/timer.hpp"
52 #include "thread_solaris.inline.hpp" 52 #include "thread_solaris.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 # include <signal.h> // needed first to avoid name collision for "std" with SC 5.0 56 # include <signal.h> // needed first to avoid name collision for "std" with SC 5.0
64 57
65 // put OS-includes here 58 // put OS-includes here
66 # include <sys/types.h> 59 # include <sys/types.h>

mercurial