comparison src/share/vm/prims/jvm.h @ 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 3b2dea75431e
children 828eafbd85cc dad31fc330cd
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
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
25 #ifndef SHARE_VM_PRIMS_JVM_H
26 #define SHARE_VM_PRIMS_JVM_H
27
28 #include "prims/jni.h"
29 #include "runtime/reflectionCompat.hpp"
30 #include "utilities/globalDefinitions.hpp"
31 #ifdef TARGET_OS_FAMILY_linux
32 # include "jvm_linux.h"
33 #endif
34 #ifdef TARGET_OS_FAMILY_solaris
35 # include "jvm_solaris.h"
36 #endif
37 #ifdef TARGET_OS_FAMILY_windows
38 # include "jvm_windows.h"
39 #endif
24 40
25 #ifndef _JAVASOFT_JVM_H_ 41 #ifndef _JAVASOFT_JVM_H_
26 #define _JAVASOFT_JVM_H_ 42 #define _JAVASOFT_JVM_H_
27 43
28 // HotSpot integration note: 44 // HotSpot integration note:
1703 #ifdef __cplusplus 1719 #ifdef __cplusplus
1704 } /* extern "C" */ 1720 } /* extern "C" */
1705 #endif /* __cplusplus */ 1721 #endif /* __cplusplus */
1706 1722
1707 #endif /* !_JAVASOFT_JVM_H_ */ 1723 #endif /* !_JAVASOFT_JVM_H_ */
1724
1725 #endif // SHARE_VM_PRIMS_JVM_H