diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExits.java @ 1470:ef7761803480

Fixes to get running again after C1X changes to pointer maps and register configuration.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Tue, 23 Nov 2010 15:45:45 +0100
parents 2c754f3a2722
children 79d04223b8a5
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExits.java	Fri Nov 19 21:16:36 2010 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExits.java	Tue Nov 23 15:45:45 2010 +0100
@@ -51,7 +51,7 @@
 
     RiConstantPool createRiConstantPool(long vmId);
 
-    CiConstant createCiConstantLong(long value);
+    CiConstant createCiConstant(CiKind kind, long value);
 
     CiConstant createCiConstantFloat(float value);