comparison src/share/vm/graal/graalVMEntries.hpp @ 4220:5c80ccb80036

Renaming of VMExits and VMEntries part 1.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 04 Jan 2012 20:59:11 +0100
parents 148584b96a34
children
comparison
equal deleted inserted replaced
4214:35b05867c94a 4220:5c80ccb80036
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 #include "prims/jni.h" 24 #include "prims/jni.h"
25 25
26 extern JNINativeMethod VMEntries_methods[]; 26 extern JNINativeMethod CompilerToVM_methods[];
27 int VMEntries_methods_count(); 27 int CompilerToVM_methods_count();
28 28
29 methodOop getMethodFromHotSpotMethod(oop hotspotMethod); 29 methodOop getMethodFromHotSpotMethod(oop hotspotMethod);
30 30
31 // nothing here - no need to define the jni method implementations in a header file 31 // nothing here - no need to define the jni method implementations in a header file
32 32