comparison src/share/vm/graal/graalVMEntries.hpp @ 3646:148584b96a34

Remove ci usage for accessing branch probability.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Nov 2011 15:58:18 +0100
parents f00918f35c7f
children 5c80ccb80036
comparison
equal deleted inserted replaced
3645:9c2c0a182f13 3646:148584b96a34
26 extern JNINativeMethod VMEntries_methods[]; 26 extern JNINativeMethod VMEntries_methods[];
27 int VMEntries_methods_count(); 27 int VMEntries_methods_count();
28 28
29 methodOop getMethodFromHotSpotMethod(oop hotspotMethod); 29 methodOop getMethodFromHotSpotMethod(oop hotspotMethod);
30 30
31 oop getReflectedMethod(methodOop method, TRAPS);
32
33 // 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
34 32
35 33