comparison src/cpu/x86/vm/runtime_x86_32.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 e9ff18c4ace7
children f7d55ea6ee56
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 "precompiled.hpp"
26 #ifdef COMPILER2
27 #include "asm/assembler.hpp"
28 #include "assembler_x86.inline.hpp"
29 #include "classfile/systemDictionary.hpp"
30 #include "code/vmreg.hpp"
31 #include "interpreter/interpreter.hpp"
32 #include "nativeInst_x86.hpp"
33 #include "opto/runtime.hpp"
34 #include "runtime/interfaceSupport.hpp"
35 #include "runtime/sharedRuntime.hpp"
36 #include "runtime/stubRoutines.hpp"
37 #include "runtime/vframeArray.hpp"
38 #include "utilities/globalDefinitions.hpp"
39 #include "vmreg_x86.inline.hpp"
40 #endif
25 41
26 #include "incls/_precompiled.incl"
27 #include "incls/_runtime_x86_32.cpp.incl"
28 42
29 #define __ masm-> 43 #define __ masm->
30 44
31 ExceptionBlob* OptoRuntime::_exception_blob; 45 ExceptionBlob* OptoRuntime::_exception_blob;
32 46