diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMEntries.java @ 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 1b41af477605
children 44efca8a02d6
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMEntries.java	Fri Jul 09 16:33:03 2010 -0700
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMEntries.java	Mon Jul 12 15:05:17 2010 -0700
@@ -29,4 +29,5 @@
 	public static native boolean RiType_isInterface(Object klassOop);
 	public static native int RiMethod_accessFlags(Object methodOop);
 	public static native void installCode(Object methodOop, byte[] code, int frameSize);
+	public static native HotSpotVMConfig getConfiguration();
 }