diff -r 24d28d1eb7a9 -r 501d8479f798 jdk/src/share/classes/sun/reflect/annotation/ExceptionProxy.java --- a/jdk/src/share/classes/sun/reflect/annotation/ExceptionProxy.java Tue Mar 04 18:28:56 2014 -0800 +++ b/jdk/src/share/classes/sun/reflect/annotation/ExceptionProxy.java Tue Mar 04 18:32:27 2014 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -37,5 +37,6 @@ * @since 1.5 */ public abstract class ExceptionProxy implements java.io.Serializable { + private static final long serialVersionUID = 7241930048386631401L; protected abstract RuntimeException generateException(); }