comparison src/share/vm/runtime/stubCodeGenerator.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 126ea7725993
children b92c45f2bc75
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/_stubCodeGenerator.cpp.incl" 26 #include "compiler/disassembler.hpp"
27 #include "oops/oop.inline.hpp"
28 #include "prims/forte.hpp"
29 #include "runtime/stubCodeGenerator.hpp"
30 #ifdef TARGET_ARCH_x86
31 # include "assembler_x86.inline.hpp"
32 #endif
33 #ifdef TARGET_ARCH_sparc
34 # include "assembler_sparc.inline.hpp"
35 #endif
36 #ifdef TARGET_ARCH_zero
37 # include "assembler_zero.inline.hpp"
38 #endif
27 39
28 40
29 // Implementation of StubCodeDesc 41 // Implementation of StubCodeDesc
30 42
31 StubCodeDesc* StubCodeDesc::_list = NULL; 43 StubCodeDesc* StubCodeDesc::_list = NULL;