comparison graal/com.oracle.graal.graph/src/com/oracle/graal/graph/NodeIdAccessor.java @ 19507:1cde96b96673

Fixed code format issues.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 19 Feb 2015 16:15:56 +0100
parents 43301f080126
children
comparison
equal deleted inserted replaced
19506:8c7536965c95 19507:1cde96b96673
38 return graph; 38 return graph;
39 } 39 }
40 40
41 /** 41 /**
42 * Verifies that node identifiers have not changed since this object was created. 42 * Verifies that node identifiers have not changed since this object was created.
43 * 43 *
44 * @return true if the check succeeds 44 * @return true if the check succeeds
45 * @throws VerificationError if the check fails 45 * @throws VerificationError if the check fails
46 */ 46 */
47 public boolean verifyIdsAreStable() { 47 public boolean verifyIdsAreStable() {
48 int compressions = graph.compressions - epoch; 48 int compressions = graph.compressions - epoch;