diff 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
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/sun/cri/ci/CiStackSlot.java	Sun Dec 18 05:23:52 2011 +0100
+++ b/graal/com.oracle.max.cri/src/com/sun/cri/ci/CiStackSlot.java	Sun Dec 18 05:24:06 2011 +0100
@@ -29,6 +29,11 @@
 public final class CiStackSlot extends CiValue {
 
     /**
+     * 
+     */
+    private static final long serialVersionUID = -7725071921307318433L;
+
+    /**
      * @see CiStackSlot#index()
      */
     private final int index;