test/hotspot/jtreg/runtime/appcds/customLoader/UnsupportedPlatforms.java
changeset 51990 6003e034cdd8
parent 48469 7312ae4465d6
equal deleted inserted replaced
51989:7ac0ac1e57b6 51990:6003e034cdd8
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2018, 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  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    29  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    30  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    31  *          java.management
    31  *          java.management
    32  *          jdk.jartool/sun.tools.jar
    32  *          jdk.jartool/sun.tools.jar
    33  * @compile test-classes/SimpleHello.java
    33  * @compile test-classes/SimpleHello.java
    34  * @run main UnsupportedPlatforms
    34  * @run driver UnsupportedPlatforms
    35  */
    35  */
    36 
    36 
    37 import jdk.test.lib.Platform;
    37 import jdk.test.lib.Platform;
    38 import jdk.test.lib.process.OutputAnalyzer;
    38 import jdk.test.lib.process.OutputAnalyzer;
    39 
    39