langtools/test/tools/javac/6257443/T6257443.java
changeset 36153 ed5063b304be
parent 5520 86e4b9a9da40
equal deleted inserted replaced
36047:1c076468bf7d 36153:ed5063b304be
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    29  * @compile package-info.java
    29  * @compile package-info.java
    30  * @run main/othervm T6257443 -yes foo/package-info.class
    30  * @run main/othervm T6257443 -yes foo/package-info.class
    31  *
    31  *
    32  * @clean foo.package-info
    32  * @clean foo.package-info
    33  *
    33  *
    34  * @compile -XD-printflat package-info.java
    34  * @compile -printsource package-info.java
    35  * @run main/othervm T6257443 -no foo/package-info.class
       
    36  *
       
    37  * @compile -XD-stubs package-info.java
       
    38  * @run main/othervm T6257443 -no foo/package-info.class
       
    39  *
       
    40  * @compile -XD-printsource package-info.java
       
    41  * @run main/othervm T6257443 -no foo/package-info.class
    35  * @run main/othervm T6257443 -no foo/package-info.class
    42  */
    36  */
    43 
    37 
    44 import java.net.URL;
    38 import java.net.URL;
    45 
    39