diff src/share/vm/c1x/c1x_VMExits.hpp @ 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/src/share/vm/c1x/c1x_VMExits.hpp	Fri Nov 19 21:16:36 2010 +0100
+++ b/src/share/vm/c1x/c1x_VMExits.hpp	Tue Nov 23 15:45:45 2010 +0100
@@ -63,8 +63,8 @@
   // public abstract RiSignature createRiSignature(String signature);
   static oop createRiSignature(Handle name, TRAPS);
 
-  // public abstract CiConstant createCiConstantLong(long value);
-  static oop createCiConstantLong(jlong value, TRAPS);
+  // public abstract CiConstant createCiConstant(CiKind kind, long value);
+  static oop createCiConstant(Handle kind, jlong value, TRAPS);
 
   // public abstract CiConstant createCiConstantFloat(float value);
   static oop createCiConstantFloat(jfloat value, TRAPS);