diff -r 1bf037016426 -r b4b1f7732289 src/share/classes/com/sun/tools/classfile/ConstantPoolException.java --- a/src/share/classes/com/sun/tools/classfile/ConstantPoolException.java Tue Jan 20 15:17:45 2009 -0800 +++ b/src/share/classes/com/sun/tools/classfile/ConstantPoolException.java Tue Jan 20 18:23:13 2009 -0800 @@ -33,6 +33,7 @@ * deletion without notice. */ public class ConstantPoolException extends Exception { + private static final long serialVersionUID = -2324397349644754565L; ConstantPoolException(int index) { this.index = index; }