diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalVMExits.hpp	Mon Nov 14 15:36:09 2011 +0100
+++ b/src/share/vm/graal/graalVMExits.hpp	Mon Nov 14 22:33:15 2011 +0100
@@ -77,9 +77,6 @@
   // public abstract RiType createRiTypeUnresolved(String name);
   static oop createRiTypeUnresolved(Handle name, TRAPS);
 
-  // public abstract RiConstantPool createRiConstantPool(long vmId);
-  static oop createRiConstantPool(jlong vmId, TRAPS);
-
   // public abstract RiType createRiTypePrimitive(int basicType);
   static oop createRiTypePrimitive(int basicType, TRAPS);