jjg@86: /* xdono@117: * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. jjg@86: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. jjg@86: * jjg@86: * This code is free software; you can redistribute it and/or modify it jjg@86: * under the terms of the GNU General Public License version 2 only, as jjg@86: * published by the Free Software Foundation. jjg@86: * jjg@86: * This code is distributed in the hope that it will be useful, but WITHOUT jjg@86: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or jjg@86: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License jjg@86: * version 2 for more details (a copy is included in the LICENSE file that jjg@86: * accompanied this code). jjg@86: * jjg@86: * You should have received a copy of the GNU General Public License version jjg@86: * 2 along with this work; if not, write to the Free Software Foundation, jjg@86: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. jjg@86: * jjg@86: * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, jjg@86: * CA 95054 USA or visit www.sun.com if you need additional information or jjg@86: * have any questions. duke@1: */ duke@1: duke@1: /** jjg@86: * @test jjg@86: * @bug 5045412 6627366 jjg@86: * @compile -Xlint:serial -XDfailcomplete=java.io.Serializable Bar.java jjg@86: */ jjg@86: jjg@86: /** jjg@86: * @test jjg@86: * @bug 5045412 6627366 jjg@86: * @compile -Xlint:serial -XDfailcomplete=java.io.Serializable Bar.java Foo.java duke@1: */ duke@1: duke@1: class Bar implements java.io.Serializable { }