diff src/share/vm/c1x/c1x_VMEntries.hpp @ 1415:712c7ff1afc1

Added HotSpotVM project.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Wed, 23 Jun 2010 16:19:21 +0200
parents e1a275dbc8cd
children 7bf6a77b9c5a
line wrap: on
line diff
--- a/src/share/vm/c1x/c1x_VMEntries.hpp	Tue May 18 21:53:05 2010 +0200
+++ b/src/share/vm/c1x/c1x_VMEntries.hpp	Wed Jun 23 16:19:21 2010 +0200
@@ -190,22 +190,22 @@
 JNIEXPORT jboolean JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiType_1isInterface
 (JNIEnv *, jclass, jobject);
 
-/*
-* Class:     com_sun_hotspot_c1x_VMEntries
-* Method:    RiMethod_accessFlags
-* Signature: (Ljava/lang/Object;)I
-*/
-JNIEXPORT jint JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiMethod_1accessFlags
-(JNIEnv *, jclass, jobject);
-
-/*
-* Class:     com_sun_hotspot_c1x_VMEntries
-* Method:    installCode
-* Signature: (Ljava/lang/Object;[BI)V
-*/
-JNIEXPORT void JNICALL Java_com_sun_hotspot_c1x_VMEntries_installCode
-(JNIEnv *, jclass, jobject, jbyteArray, jint);
-
+/*
+* Class:     com_sun_hotspot_c1x_VMEntries
+* Method:    RiMethod_accessFlags
+* Signature: (Ljava/lang/Object;)I
+*/
+JNIEXPORT jint JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiMethod_1accessFlags
+(JNIEnv *, jclass, jobject);
+
+/*
+* Class:     com_sun_hotspot_c1x_VMEntries
+* Method:    installCode
+* Signature: (Ljava/lang/Object;[BI)V
+*/
+JNIEXPORT void JNICALL Java_com_sun_hotspot_c1x_VMEntries_installCode
+(JNIEnv *, jclass, jobject, jbyteArray, jint);
+
 
 
 extern JNINativeMethod VMEntries_methods[];