20 * or visit www.oracle.com if you need additional information or have any |
20 * or visit www.oracle.com if you need additional information or have any |
21 * questions. |
21 * questions. |
22 * |
22 * |
23 */ |
23 */ |
24 |
24 |
25 // do not include precompiled header file |
25 // no precompiled headers |
|
26 #include "assembler_sparc.inline.hpp" |
|
27 #include "classfile/classLoader.hpp" |
|
28 #include "classfile/systemDictionary.hpp" |
|
29 #include "classfile/vmSymbols.hpp" |
|
30 #include "code/icBuffer.hpp" |
|
31 #include "code/vtableStubs.hpp" |
|
32 #include "interpreter/interpreter.hpp" |
|
33 #include "jvm_solaris.h" |
|
34 #include "memory/allocation.inline.hpp" |
|
35 #include "mutex_solaris.inline.hpp" |
|
36 #include "nativeInst_sparc.hpp" |
|
37 #include "os_share_solaris.hpp" |
|
38 #include "prims/jniFastGetField.hpp" |
|
39 #include "prims/jvm.h" |
|
40 #include "prims/jvm_misc.hpp" |
|
41 #include "runtime/arguments.hpp" |
|
42 #include "runtime/extendedPC.hpp" |
|
43 #include "runtime/frame.inline.hpp" |
|
44 #include "runtime/hpi.hpp" |
|
45 #include "runtime/interfaceSupport.hpp" |
|
46 #include "runtime/java.hpp" |
|
47 #include "runtime/javaCalls.hpp" |
|
48 #include "runtime/mutexLocker.hpp" |
|
49 #include "runtime/osThread.hpp" |
|
50 #include "runtime/sharedRuntime.hpp" |
|
51 #include "runtime/stubRoutines.hpp" |
|
52 #include "runtime/timer.hpp" |
|
53 #include "thread_solaris.inline.hpp" |
|
54 #include "utilities/events.hpp" |
|
55 #include "utilities/vmError.hpp" |
|
56 #ifdef COMPILER1 |
|
57 #include "c1/c1_Runtime1.hpp" |
|
58 #endif |
|
59 #ifdef COMPILER2 |
|
60 #include "opto/runtime.hpp" |
|
61 #endif |
|
62 |
26 |
63 |
27 # include <signal.h> // needed first to avoid name collision for "std" with SC 5.0 |
64 # include <signal.h> // needed first to avoid name collision for "std" with SC 5.0 |
28 |
|
29 # include "incls/_os_solaris_sparc.cpp.incl" |
|
30 |
65 |
31 // put OS-includes here |
66 // put OS-includes here |
32 # include <sys/types.h> |
67 # include <sys/types.h> |
33 # include <sys/mman.h> |
68 # include <sys/mman.h> |
34 # include <pthread.h> |
69 # include <pthread.h> |