hotspot/test/testlibrary/ctw/test/JarDirTest.java
changeset 25958 8dc85547d6d6
parent 24835 be963975e2f7
child 28190 5a6b07edeb21
equal deleted inserted replaced
25944:c8aa7a0bf7d0 25958:8dc85547d6d6
     1 /*
     1 /*
     2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2014, 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.
    25  * @test
    25  * @test
    26  * @bug 8012447
    26  * @bug 8012447
    27  * @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src
    27  * @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src
    28  * @build ClassFileInstaller com.oracle.java.testlibrary.* sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar
    28  * @build ClassFileInstaller com.oracle.java.testlibrary.* sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar
       
    30  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    30  * @run main JarDirTest prepare
    31  * @run main JarDirTest prepare
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld jars/*
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld jars/*
    32  * @run main JarDirTest check ctw.log
    33  * @run main JarDirTest check ctw.log
    33  * @summary testing of CompileTheWorld :: jars in directory
    34  * @summary testing of CompileTheWorld :: jars in directory
    34  * @author igor.ignatyev@oracle.com
    35  * @author igor.ignatyev@oracle.com