comparison graal/com.oracle.max.graal.hotspot/src/com/oracle/max/graal/hotspot/ri/HotSpotTypePrimitive.java @ 4635:f35c183f33ce

fixed checkcast when inlining more than one method
author Christian Haeubl <christian.haeubl@oracle.com>
date Fri, 17 Feb 2012 10:34:34 -0800
parents 74d27feb9038
children
comparison
equal deleted inserted replaced
4634:0f899c0b7e86 4635:f35c183f33ce
69 return this; 69 return this;
70 } 70 }
71 71
72 @Override 72 @Override
73 public RiResolvedType superType() { 73 public RiResolvedType superType() {
74 return null;
75 }
76
77 @Override
78 public RiResolvedType leastCommonAncestor(RiResolvedType otherType) {
74 return null; 79 return null;
75 } 80 }
76 81
77 @Override 82 @Override
78 public CiConstant getEncoding(Representation r) { 83 public CiConstant getEncoding(Representation r) {