test/hotspot/jtreg/runtime/appcds/customLoader/ProhibitedPackageNamesTest.java
changeset 54927 1512d88b24c6
parent 51990 6003e034cdd8
equal deleted inserted replaced
54926:d4e7ccaf1445 54927:1512d88b24c6
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2019, 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  * @requires vm.cds.custom.loaders
    29  * @requires vm.cds.custom.loaders
    30  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    30  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  *          java.management
    32  *          java.management
    33  *          jdk.jartool/sun.tools.jar
    33  *          jdk.jartool/sun.tools.jar
    34  * @compile ClassListFormatBase.java test-classes/Hello.java test-classes/InProhibitedPkg.java
    34  * @compile ClassListFormatBase.java ../test-classes/Hello.java test-classes/InProhibitedPkg.java
    35  * @run driver ProhibitedPackageNamesTest
    35  * @run driver ProhibitedPackageNamesTest
    36  */
    36  */
    37 
    37 
    38 public class ProhibitedPackageNamesTest extends ClassListFormatBase {
    38 public class ProhibitedPackageNamesTest extends ClassListFormatBase {
    39     static {
    39     static {