diff src/share/vm/c1x/c1x_VMEntries.hpp @ 1419:7bf6a77b9c5a

implement recent safepoint & exceptionobject ci changes, HotSpotVMConfig
author Lukas Stadler <lukas.stadler@oracle.com>
date Mon, 12 Jul 2010 15:05:17 -0700
parents 712c7ff1afc1
children 6223633ce7dd
line wrap: on
line diff
--- a/src/share/vm/c1x/c1x_VMEntries.hpp	Fri Jul 09 16:33:03 2010 -0700
+++ b/src/share/vm/c1x/c1x_VMEntries.hpp	Mon Jul 12 15:05:17 2010 -0700
@@ -206,6 +206,13 @@
 JNIEXPORT void JNICALL Java_com_sun_hotspot_c1x_VMEntries_installCode
 (JNIEnv *, jclass, jobject, jbyteArray, jint);
 
+/*
+* Class:     com_sun_hotspot_c1x_VMEntries
+* Method:    getConfiguration
+* Signature: ()Lcom/sun/hotspot/c1x/HotSpotVMConfig;
+*/
+JNIEXPORT jobject JNICALL Java_com_sun_hotspot_c1x_VMEntries_getConfiguration
+(JNIEnv *, jclass);
 
 
 extern JNINativeMethod VMEntries_methods[];