test/hotspot/jtreg/compiler/aot/cli/jaotc/CompileDirectoryTest.java
changeset 54109 debb15cc04ee
parent 47216 71c04702a3d5
equal deleted inserted replaced
54108:43a379369b0e 54109:debb15cc04ee
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 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.
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  * @build compiler.aot.cli.jaotc.CompileDirectoryTest
    29  * @build compiler.aot.cli.jaotc.CompileDirectoryTest
    30  * @run driver ClassFileInstaller compiler.aot.cli.jaotc.data.HelloWorldOne
    30  * @run driver ClassFileInstaller compiler.aot.cli.jaotc.data.HelloWorldOne
    31  *                                compiler.aot.cli.jaotc.data.HelloWorldTwo
    31  *                                compiler.aot.cli.jaotc.data.HelloWorldTwo
    32  * @run driver compiler.aot.cli.jaotc.CompileDirectoryTest
    32  * @run driver compiler.aot.cli.jaotc.CompileDirectoryTest
    33  * @summary check jaotc can compile directory with classes
    33  * @summary check jaotc can compile directory with classes where directory is specified by relative path
    34  */
    34  */
    35 package compiler.aot.cli.jaotc;
    35 package compiler.aot.cli.jaotc;
    36 
    36 
    37 import compiler.aot.cli.jaotc.data.HelloWorldOne;
    37 import compiler.aot.cli.jaotc.data.HelloWorldOne;
    38 import compiler.aot.cli.jaotc.data.HelloWorldTwo;
    38 import compiler.aot.cli.jaotc.data.HelloWorldTwo;