comparison src/share/vm/compiler/disassembler.cpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents 3e8fbc61cee8
children 828eafbd85cc 2f644f85485d
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
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 # include "incls/_precompiled.incl" 25 #include "precompiled.hpp"
26 # include "incls/_disassembler.cpp.incl" 26 #include "classfile/javaClasses.hpp"
27 #include "code/codeCache.hpp"
28 #include "compiler/disassembler.hpp"
29 #include "gc_interface/collectedHeap.hpp"
30 #include "memory/cardTableModRefBS.hpp"
31 #include "runtime/fprofiler.hpp"
32 #include "runtime/handles.inline.hpp"
33 #include "runtime/hpi.hpp"
34 #include "runtime/stubCodeGenerator.hpp"
35 #include "runtime/stubRoutines.hpp"
36 #ifdef TARGET_ARCH_x86
37 # include "depChecker_x86.hpp"
38 #endif
39 #ifdef TARGET_ARCH_sparc
40 # include "depChecker_sparc.hpp"
41 #endif
42 #ifdef TARGET_ARCH_zero
43 # include "depChecker_zero.hpp"
44 #endif
45 #ifdef SHARK
46 #include "shark/sharkEntry.hpp"
47 #endif
27 48
28 void* Disassembler::_library = NULL; 49 void* Disassembler::_library = NULL;
29 bool Disassembler::_tried_to_load_library = false; 50 bool Disassembler::_tried_to_load_library = false;
30 51
31 // This routine is in the shared library: 52 // This routine is in the shared library: