test/jdk/tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java
changeset 48676 f8188cc0d01d
parent 47216 71c04702a3d5
child 49567 e6c069766d46
equal deleted inserted replaced
48675:efdb1f63c30d 48676:f8188cc0d01d
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 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.
    27  * @summary Test image creation from Multi-Release JAR
    27  * @summary Test image creation from Multi-Release JAR
    28  * @author Steve Drach
    28  * @author Steve Drach
    29  * @library /test/lib
    29  * @library /test/lib
    30  * @modules java.base/jdk.internal.jimage
    30  * @modules java.base/jdk.internal.jimage
    31  *          java.base/jdk.internal.module
    31  *          java.base/jdk.internal.module
       
    32  *          jdk.compiler
       
    33  *          jdk.jartool
       
    34  *          jdk.jlink
       
    35  *          jdk.zipfs
    32  * @build jdk.test.lib.Utils
    36  * @build jdk.test.lib.Utils
    33  *        jdk.test.lib.Asserts
    37  *        jdk.test.lib.Asserts
    34  *        jdk.test.lib.JDKToolFinder
    38  *        jdk.test.lib.JDKToolFinder
    35  *        jdk.test.lib.JDKToolLauncher
    39  *        jdk.test.lib.JDKToolLauncher
    36  *        jdk.test.lib.Platform
    40  *        jdk.test.lib.Platform