comparison graal/com.oracle.max.cri/src/com/sun/cri/ci/CiStackSlot.java @ 4142:bc8527f3071c

Adjust code base to new level of warnings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 05:24:06 +0100
parents e233f5660da4
children f5328dda9714
comparison
equal deleted inserted replaced
4141:04d21be7a24f 4142:bc8527f3071c
25 /** 25 /**
26 * Represents a compiler spill slot or an outgoing stack-based argument in a method's frame 26 * Represents a compiler spill slot or an outgoing stack-based argument in a method's frame
27 * or an incoming stack-based argument in a method's {@linkplain #inCallerFrame() caller's frame}. 27 * or an incoming stack-based argument in a method's {@linkplain #inCallerFrame() caller's frame}.
28 */ 28 */
29 public final class CiStackSlot extends CiValue { 29 public final class CiStackSlot extends CiValue {
30
31 /**
32 *
33 */
34 private static final long serialVersionUID = -7725071921307318433L;
30 35
31 /** 36 /**
32 * @see CiStackSlot#index() 37 * @see CiStackSlot#index()
33 */ 38 */
34 private final int index; 39 private final int index;