test/tools/javac/policy/test2/Test.java

Wed, 13 Aug 2014 14:50:00 -0700

author
katleman
date
Wed, 13 Aug 2014 14:50:00 -0700
changeset 2549
0b6cc4ea670f
parent 798
4868a36f6fd8
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Added tag jdk8u40-b01 for changeset bf89a471779d

jjg@119 1 /*
ohair@798 2 * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
jjg@119 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
jjg@119 4 *
jjg@119 5 * This code is free software; you can redistribute it and/or modify it
jjg@119 6 * under the terms of the GNU General Public License version 2 only, as
jjg@119 7 * published by the Free Software Foundation.
jjg@119 8 *
jjg@119 9 * This code is distributed in the hope that it will be useful, but WITHOUT
jjg@119 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
jjg@119 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
jjg@119 12 * version 2 for more details (a copy is included in the LICENSE file that
jjg@119 13 * accompanied this code).
jjg@119 14 *
jjg@119 15 * You should have received a copy of the GNU General Public License version
jjg@119 16 * 2 along with this work; if not, write to the Free Software Foundation,
jjg@119 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
jjg@119 18 *
ohair@554 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@554 20 * or visit www.oracle.com if you need additional information or have any
ohair@554 21 * questions.
jjg@119 22 */
jjg@119 23
jjg@119 24 /*
jjg@119 25 * @test
jjg@611 26 * @compile/ref=byfile.AB.out -XDverboseCompilePolicy -XDcompile.policy=byfile A.java B.java
jjg@119 27 */
jjg@119 28
jjg@119 29 /*
jjg@119 30 * @test
jjg@611 31 * @compile/ref=byfile.BA.out -XDverboseCompilePolicy -XDcompile.policy=byfile B.java A.java
jjg@119 32 */
jjg@119 33
jjg@119 34 /*
jjg@119 35 * @test
jjg@611 36 * @compile/ref=bytodo.AB.out -XDverboseCompilePolicy -XDcompile.policy=bytodo A.java B.java
jjg@119 37 */
jjg@119 38
jjg@119 39 /*
jjg@119 40 * @test
jjg@611 41 * @compile/ref=bytodo.BA.out -XDverboseCompilePolicy -XDcompile.policy=bytodo B.java A.java
jjg@119 42 */

mercurial