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