comparison src/share/vm/c1x/c1x_VMEntries.hpp @ 2663:d7c0775d7e72

added includes to build without precompiled headers
author Christian.Wimmer@Oracle.com
date Wed, 11 May 2011 16:59:18 -0700
parents a384fac3fd34
children
comparison
equal deleted inserted replaced
2662:440ceca8e3d7 2663:d7c0775d7e72
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 #include "prims/jni.h"
25
24 extern JNINativeMethod VMEntries_methods[]; 26 extern JNINativeMethod VMEntries_methods[];
25 int VMEntries_methods_count(); 27 int VMEntries_methods_count();
26 28
27 // nothing here - no need to define the jni method implementations in a header file 29 // nothing here - no need to define the jni method implementations in a header file
28 30