comparison src/share/vm/c1x/c1x_VMEntries.hpp @ 1414:e1a275dbc8cd

Executing a+b with C1X on HotSpot ;-) !
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Tue, 18 May 2010 21:53:05 +0200
parents 1ecc8f0aad00
children 712c7ff1afc1
comparison
equal deleted inserted replaced
1413:1ecc8f0aad00 1414:e1a275dbc8cd
188 * Signature: (Ljava/lang/Object;)Z 188 * Signature: (Ljava/lang/Object;)Z
189 */ 189 */
190 JNIEXPORT jboolean JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiType_1isInterface 190 JNIEXPORT jboolean JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiType_1isInterface
191 (JNIEnv *, jclass, jobject); 191 (JNIEnv *, jclass, jobject);
192 192
193 /*
194 * Class: com_sun_hotspot_c1x_VMEntries
195 * Method: RiMethod_accessFlags
196 * Signature: (Ljava/lang/Object;)I
197 */
198 JNIEXPORT jint JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiMethod_1accessFlags
199 (JNIEnv *, jclass, jobject);
200
201 /*
202 * Class: com_sun_hotspot_c1x_VMEntries
203 * Method: installCode
204 * Signature: (Ljava/lang/Object;[BI)V
205 */
206 JNIEXPORT void JNICALL Java_com_sun_hotspot_c1x_VMEntries_installCode
207 (JNIEnv *, jclass, jobject, jbyteArray, jint);
208
209
210
193 extern JNINativeMethod VMEntries_methods[]; 211 extern JNINativeMethod VMEntries_methods[];
194 int VMEntries_methods_count(); 212 int VMEntries_methods_count();
195 213
196 #endif 214 #endif