comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiAssumptions.java @ 5056:2f2c6347fce4

comments cleanup/retagging
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 08 Mar 2012 15:01:19 +0100
parents 41034914e2ee
children dc71b06d09f8
comparison
equal deleted inserted replaced
5053:c53115427ff9 5056:2f2c6347fce4
202 * @param receiverType the type that is assumed to have no finalizable subclasses 202 * @param receiverType the type that is assumed to have no finalizable subclasses
203 * @return {@code true} if the assumption was recorded and can be assumed; {@code false} otherwise 203 * @return {@code true} if the assumption was recorded and can be assumed; {@code false} otherwise
204 */ 204 */
205 @SuppressWarnings("static-method") 205 @SuppressWarnings("static-method")
206 public boolean recordNoFinalizableSubclassAssumption(RiResolvedType receiverType) { 206 public boolean recordNoFinalizableSubclassAssumption(RiResolvedType receiverType) {
207 // TODO(tw): Record that assumption correctly. 207 // TODO (thomaswue): Record that assumption correctly.
208 return false; 208 return false;
209 } 209 }
210 210
211 /** 211 /**
212 * Records that {@code subtype} is the only concrete subtype in the class hierarchy below {@code context}. 212 * Records that {@code subtype} is the only concrete subtype in the class hierarchy below {@code context}.