test/hotspot/jtreg/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedCPU.java
author gromero
Fri, 14 Sep 2018 15:32:22 -0400
changeset 51753 763aa4d1d596
parent 50339 ede65c4fb6da
permissions -rw-r--r--
8209972: [GRAAL] Don't run RTM tests with Graal Reviewed-by: kvn, goetz
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
     1
/*
40631
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 40059
diff changeset
     2
 * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
     4
 *
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
     7
 * published by the Free Software Foundation.
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
     8
 *
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    13
 * accompanied this code).
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    14
 *
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    18
 *
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    21
 * questions.
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    22
 */
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    23
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    24
/**
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    25
 * @test
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    26
 * @bug 8031320
51753
763aa4d1d596 8209972: [GRAAL] Don't run RTM tests with Graal
gromero
parents: 50339
diff changeset
    27
 * @summary Verify UseRTMLocking option processing on CPUs without
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    28
 *          rtm support.
40631
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 40059
diff changeset
    29
 * @library /test/lib /
36851
03e2f4d0a421 8153737: Unsupported Module
chegar
parents: 33730
diff changeset
    30
 * @modules java.base/jdk.internal.misc
29678
dd2f3932c21e 8075586: Add @modules as needed to the open hotspot tests
ykantser
parents: 28200
diff changeset
    31
 *          java.management
51753
763aa4d1d596 8209972: [GRAAL] Don't run RTM tests with Graal
gromero
parents: 50339
diff changeset
    32
 * @requires !vm.rtm.cpu & vm.rtm.compiler
40631
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 40059
diff changeset
    33
 * @build sun.hotspot.WhiteBox
39438
206a712f8f16 8132920: use package in compiler testlibraries
iignatyev
parents: 36851
diff changeset
    34
 * @run driver ClassFileInstaller sun.hotspot.WhiteBox
206a712f8f16 8132920: use package in compiler testlibraries
iignatyev
parents: 36851
diff changeset
    35
 *                                sun.hotspot.WhiteBox$WhiteBoxPermission
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    36
 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39438
diff changeset
    37
 *                   -XX:+WhiteBoxAPI
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39438
diff changeset
    38
 *                   compiler.rtm.cli.TestUseRTMLockingOptionOnUnsupportedCPU
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    39
 */
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    40
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39438
diff changeset
    41
package compiler.rtm.cli;
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39438
diff changeset
    42
40631
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 40059
diff changeset
    43
import jdk.test.lib.process.ExitCode;
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39438
diff changeset
    44
import jdk.test.lib.Platform;
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39438
diff changeset
    45
import jdk.test.lib.cli.CommandLineOptionTest;
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    46
46515
dbb676a40899 8181124: Get rid of compiler.testlibrary.rtm.predicate
epavlova
parents: 41705
diff changeset
    47
public class TestUseRTMLockingOptionOnUnsupportedCPU {
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    48
    private static final String DEFAULT_VALUE = "false";
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    49
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    50
    public void runTestCases() throws Throwable {
50339
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    51
        String unrecognizedOption
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    52
                = CommandLineOptionTest.getUnrecognizedOptionErrorMessage(
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    53
                "UseRTMLocking");
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    54
        String errorMessage = RTMGenericCommandLineOptionTest.RTM_INSTR_ERROR;
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    55
30589
4722e25bfd6d 8078593: [TESTBUG] ppc: Enable jtreg tests for new features
goetz
parents: 29678
diff changeset
    56
        if (Platform.isX86() || Platform.isX64() || Platform.isPPC()) {
50339
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    57
            String shouldFailMessage = "JVM startup should fail with option " +
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    58
                                       "-XX:+UseRTMLocking on unsupported CPU";
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    59
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    60
            try {
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    61
                // verify that we get an error when use +UseRTMLocking
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    62
                // on unsupported CPU
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    63
                CommandLineOptionTest.verifySameJVMStartup(
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    64
                        new String[] { errorMessage },
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    65
                        new String[] { unrecognizedOption }, shouldFailMessage,
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    66
                        shouldFailMessage + ". Error message should be shown.",
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    67
                        ExitCode.FAIL, "-XX:+UseRTMLocking");
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    68
            } catch (Throwable e) {
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    69
                // verify that we get an error when use +UseRTMLocking
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    70
                // on unsupported OS. It might be the case that although CPU
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    71
                // supports RTM the OS version does not support RTM
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    72
                if (Platform.isPPC()) {
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    73
                    String errorMessage2 = RTMGenericCommandLineOptionTest.RTM_OS_ERROR;
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    74
                    String shouldFailMessage2 = "JVM startup should fail with option " +
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    75
                                                "-XX:+UseRTMLocking on unsupported CPU or " +
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    76
                                                "OS version";
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    77
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    78
                    CommandLineOptionTest.verifySameJVMStartup(
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    79
                            new String[] { errorMessage2 },
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    80
                            new String[] { unrecognizedOption}, shouldFailMessage2,
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    81
                            shouldFailMessage2 + ". Error message should be shown.",
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    82
                            ExitCode.FAIL, "-XX:+UseRTMLocking");
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    83
                } else {
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    84
                    throw e; // checking unsupported OS error is not necessary
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    85
                }
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    86
            }
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
    87
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
    88
            String shouldPassMessage = "JVM startup should pass with option "
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
    89
                    + "-XX:-UseRTMLocking even on unsupported CPU";
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    90
            // verify that we can pass -UseRTMLocking without
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    91
            // getting any error messages
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
    92
            CommandLineOptionTest.verifySameJVMStartup(null, new String[] {
50339
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
    93
                    errorMessage, unrecognizedOption }, shouldPassMessage,
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
    94
                    shouldPassMessage + " without any warnings", ExitCode.OK,
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
    95
                    "-XX:-UseRTMLocking");
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    96
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    97
            // verify that UseRTMLocking is false by default
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
    98
            CommandLineOptionTest.verifyOptionValueForSameVM("UseRTMLocking",
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
    99
                    TestUseRTMLockingOptionOnUnsupportedCPU.DEFAULT_VALUE,
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
   100
                    String.format("Default value of option 'UseRTMLocking' "
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
   101
                        +"should be '%s'", DEFAULT_VALUE));
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
   102
        } else {
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
   103
            String shouldFailMessage = "RTMLocking should be unrecognized"
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
   104
                    + " on non-x86 CPUs. JVM startup should fail."
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
   105
                    + "Error message should be shown";
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
   106
            // verify that on non-x86 CPUs RTMLocking could not be used
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
   107
            CommandLineOptionTest.verifySameJVMStartup(
50339
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
   108
                    new String[] { unrecognizedOption },
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
   109
                    null, shouldFailMessage, shouldFailMessage,
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
   110
                    ExitCode.FAIL, "-XX:+UseRTMLocking");
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
   111
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
   112
            CommandLineOptionTest.verifySameJVMStartup(
50339
ede65c4fb6da 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero
parents: 47216
diff changeset
   113
                    new String[] { unrecognizedOption },
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
   114
                    null, shouldFailMessage, shouldFailMessage,
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 28190
diff changeset
   115
                    ExitCode.FAIL, "-XX:-UseRTMLocking");
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
   116
        }
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
   117
    }
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
   118
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
   119
    public static void main(String args[]) throws Throwable {
46515
dbb676a40899 8181124: Get rid of compiler.testlibrary.rtm.predicate
epavlova
parents: 41705
diff changeset
   120
        new TestUseRTMLockingOptionOnUnsupportedCPU().runTestCases();
24007
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
   121
    }
40c951a7d36c 8039496: Add sanity tests on RTM-related command line options
iignatyev
parents:
diff changeset
   122
}