comparison 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
comparison
equal deleted inserted replaced
1469:52bb06250d35 1470:ef7761803480
49 49
50 RiType createRiTypeUnresolved(String name, long accessingClassVmId); 50 RiType createRiTypeUnresolved(String name, long accessingClassVmId);
51 51
52 RiConstantPool createRiConstantPool(long vmId); 52 RiConstantPool createRiConstantPool(long vmId);
53 53
54 CiConstant createCiConstantLong(long value); 54 CiConstant createCiConstant(CiKind kind, long value);
55 55
56 CiConstant createCiConstantFloat(float value); 56 CiConstant createCiConstantFloat(float value);
57 57
58 CiConstant createCiConstantDouble(double value); 58 CiConstant createCiConstantDouble(double value);
59 59