comparison graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/LocationIdentity.java @ 21017:66d45b977e44

Add missing //JaCoCo Exclude directives.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 20 Apr 2015 14:00:22 +0200
parents 3d0116ec99c5
children f9024b74dd9e
comparison
equal deleted inserted replaced
21016:bf14fc8f5489 21017:66d45b977e44
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.graal.api.meta; 23 package com.oracle.graal.api.meta;
24 24
25 import java.util.*; 25 import java.util.*;
26
27 // JaCoCo Exclude
26 28
27 /** 29 /**
28 * Marker interface for location identities. Apart from the special values {@link #ANY_LOCATION} and 30 * Marker interface for location identities. Apart from the special values {@link #ANY_LOCATION} and
29 * {@link #FINAL_LOCATION}, a different location identity of two memory accesses guarantees that the 31 * {@link #FINAL_LOCATION}, a different location identity of two memory accesses guarantees that the
30 * two accesses do not interfere. 32 * two accesses do not interfere.