comparison graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/snippets/InstanceOfSnippets.java @ 8413:d9347ee39fbe

rename: SnippetsInterface -> Snippets
author Doug Simon <doug.simon@oracle.com>
date Wed, 20 Mar 2013 21:18:59 +0100
parents 7a5bbcc36bb2
children
comparison
equal deleted inserted replaced
8412:488a5f694786 8413:d9347ee39fbe
51 * 51 *
52 * The type tests implemented are described in the paper <a 52 * The type tests implemented are described in the paper <a
53 * href="http://dl.acm.org/citation.cfm?id=583821"> Fast subtype checking in the HotSpot JVM</a> by 53 * href="http://dl.acm.org/citation.cfm?id=583821"> Fast subtype checking in the HotSpot JVM</a> by
54 * Cliff Click and John Rose. 54 * Cliff Click and John Rose.
55 */ 55 */
56 public class InstanceOfSnippets implements SnippetsInterface { 56 public class InstanceOfSnippets implements Snippets {
57 57
58 // @formatter:off 58 // @formatter:off
59 59
60 /** 60 /**
61 * A test against a final type. 61 * A test against a final type.