comparison graal/GraalCompiler/src/com/sun/c1x/graph/IR.java @ 2592:fec99fc30af1

checkstyle fixes, updated AccessArray + subclasses
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 05 May 2011 15:23:07 +0200
parents 768d77a1c7af
children 0c6564c254af
comparison
equal deleted inserted replaced
2587:51ebe5f0516f 2592:fec99fc30af1
265 maxLocks = locks; 265 maxLocks = locks;
266 } 266 }
267 } 267 }
268 268
269 /** 269 /**
270 * Gets the number of locks 270 * Gets the number of locks.
271 * @return the number of locks 271 * @return the number of locks
272 */ 272 */
273 public final int maxLocks() { 273 public final int maxLocks() {
274 return maxLocks; 274 return maxLocks;
275 } 275 }