comparison src/share/vm/graal/graalVMExits.hpp @ 3632:136ea96eb7f8

Remove the need for VmId (last usage was the constant pool).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 14 Nov 2011 22:33:15 +0100
parents 5e9645341ec3
children 0e8a2a629afb
comparison
equal deleted inserted replaced
3630:3b18b27b0dd4 3632:136ea96eb7f8
75 static oop createRiType(jlong vmId, Handle name, TRAPS); 75 static oop createRiType(jlong vmId, Handle name, TRAPS);
76 76
77 // public abstract RiType createRiTypeUnresolved(String name); 77 // public abstract RiType createRiTypeUnresolved(String name);
78 static oop createRiTypeUnresolved(Handle name, TRAPS); 78 static oop createRiTypeUnresolved(Handle name, TRAPS);
79 79
80 // public abstract RiConstantPool createRiConstantPool(long vmId);
81 static oop createRiConstantPool(jlong vmId, TRAPS);
82
83 // public abstract RiType createRiTypePrimitive(int basicType); 80 // public abstract RiType createRiTypePrimitive(int basicType);
84 static oop createRiTypePrimitive(int basicType, TRAPS); 81 static oop createRiTypePrimitive(int basicType, TRAPS);
85 82
86 // public abstract RiSignature createRiSignature(String signature); 83 // public abstract RiSignature createRiSignature(String signature);
87 static oop createRiSignature(Handle name, TRAPS); 84 static oop createRiSignature(Handle name, TRAPS);