hotspot/test/compiler/compilercontrol/jcmd/AddCompileOnlyTest.java
author thartmann
Fri, 14 Jul 2017 11:55:58 +0200
changeset 46663 715d5f268f62
parent 40631 ed82623d7831
permissions -rw-r--r--
8184271: Time related C1 intrinsics produce inconsistent results when floating around Summary: C1 intrinsics for System.nanoTime(), System.currentTimeMillis() and JVM.counterTime() should be pinned. Reviewed-by: kvn, vlivanov
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33453
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
     1
/*
40631
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 40059
diff changeset
     2
 * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
33453
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
     4
 *
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
     7
 * published by the Free Software Foundation.
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
     8
 *
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    13
 * accompanied this code).
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    14
 *
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    18
 *
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    21
 * questions.
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    22
 */
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    23
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    24
/*
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    25
 * @test
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    26
 * @bug 8137167
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    27
 * @summary Tests jcmd to be able to add a directive to compile only specified methods
38152
80e5da81fb2c 8154258: [TESTBUG] Various serviceability tests fail compilation
dsamersoff
parents: 36796
diff changeset
    28
 * @modules java.base/jdk.internal.misc
40631
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 40059
diff changeset
    29
 * @library /test/lib /
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39438
diff changeset
    30
 *
40631
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 40059
diff changeset
    31
 * @build sun.hotspot.WhiteBox
36796
c751f445f5d4 8150054: Make compilercontrol test ignore xcomp
neliasso
parents: 35753
diff changeset
    32
 * @run driver ClassFileInstaller sun.hotspot.WhiteBox
39438
206a712f8f16 8132920: use package in compiler testlibraries
iignatyev
parents: 38152
diff changeset
    33
 *                                sun.hotspot.WhiteBox$WhiteBoxPermission
36796
c751f445f5d4 8150054: Make compilercontrol test ignore xcomp
neliasso
parents: 35753
diff changeset
    34
 * @run driver compiler.compilercontrol.jcmd.AddCompileOnlyTest
33453
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    35
 */
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    36
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    37
package compiler.compilercontrol.jcmd;
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    38
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    39
import compiler.compilercontrol.share.SingleCommand;
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    40
import compiler.compilercontrol.share.scenario.Command;
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    41
import compiler.compilercontrol.share.scenario.Scenario;
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    42
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    43
public class AddCompileOnlyTest {
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    44
    public static void main(String[] args) {
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    45
        new SingleCommand(Command.COMPILEONLY, Scenario.Type.JCMD)
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    46
                .test();
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    47
    }
b62df32d4af8 8066166: JEP-JDK-8046155: Test task: dcmd tests
ppunegov
parents:
diff changeset
    48
}