aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/prims/jni_md.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/prims/jni_md.h')
-rw-r--r--src/share/vm/prims/jni_md.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/share/vm/prims/jni_md.h b/src/share/vm/prims/jni_md.h
index b41c7354b..3cf4017f4 100644
--- a/src/share/vm/prims/jni_md.h
+++ b/src/share/vm/prims/jni_md.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 2000, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -24,7 +24,16 @@
*/
/* Switch to the correct jni_md.h file without reliance on -I options. */
-#include "incls/_jni_pd.h.incl"
+#ifdef TARGET_ARCH_x86
+# include "jni_x86.h"
+#endif
+#ifdef TARGET_ARCH_sparc
+# include "jni_sparc.h"
+#endif
+#ifdef TARGET_ARCH_zero
+# include "jni_zero.h"
+#endif
+
/*
The local copies of JNI header files may be refreshed