diff graal/com.oracle.max.cri/src/com/sun/cri/ci/CiDebugInfo.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
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/sun/cri/ci/CiDebugInfo.java	Sun Dec 18 05:23:52 2011 +0100
+++ b/graal/com.oracle.max.cri/src/com/sun/cri/ci/CiDebugInfo.java	Sun Dec 18 05:24:06 2011 +0100
@@ -31,6 +31,11 @@
 public class CiDebugInfo implements Serializable {
 
     /**
+     * 
+     */
+    private static final long serialVersionUID = -6047206624915812516L;
+
+    /**
      * The code position (including all inlined methods) of this debug info.
      * If this is a {@link CiFrame} instance, then it is also the deoptimization information for each inlined frame.
      */