hotspot/test/runtime/NMT/JcmdWithNMTDisabled.java
author goetz
Tue, 30 Aug 2016 16:08:52 +0200
changeset 41086 06b10263e509
parent 40631 ed82623d7831
permissions -rw-r--r--
8165315: [ppc] Port "8133749: NMT detail stack trace cleanup" Summary: Also add methods to check for slow/fastdebug to Platform.java. Reviewed-by: simonis, cjplummer, dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15458
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
     1
/*
40631
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 38089
diff changeset
     2
 * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
15458
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
     4
 *
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
     7
 * published by the Free Software Foundation.
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
     8
 *
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    13
 * accompanied this code).
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    14
 *
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    18
 *
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    21
 * questions.
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    22
 */
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    23
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    24
/*
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    25
 * @test
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    26
 * @key nmt jcmd
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    27
 * @summary Verify that jcmd correctly reports that NMT is not enabled
40631
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 38089
diff changeset
    28
 * @library /test/lib
36851
03e2f4d0a421 8153737: Unsupported Module
chegar
parents: 30604
diff changeset
    29
 * @modules java.base/jdk.internal.misc
29678
dd2f3932c21e 8075586: Add @modules as needed to the open hotspot tests
ykantser
parents: 26147
diff changeset
    30
 *          java.management
23516
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    31
 * @run main JcmdWithNMTDisabled 1
15458
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    32
 */
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    33
40631
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 38089
diff changeset
    34
import jdk.test.lib.process.ProcessTools;
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 38089
diff changeset
    35
import jdk.test.lib.process.OutputAnalyzer;
ed82623d7831 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents: 38089
diff changeset
    36
import jdk.test.lib.JDKToolFinder;
15458
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    37
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    38
public class JcmdWithNMTDisabled {
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    39
  static ProcessBuilder pb = new ProcessBuilder();
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    40
  static String pid;
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    41
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    42
  public static void main(String args[]) throws Exception {
23516
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    43
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    44
    // This test explicitly needs to be run with the exact command lines below, not passing on
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    45
    // arguments from the parent VM is a conscious choice to avoid NMT being turned on.
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    46
    if (args.length > 0) {
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    47
      ProcessBuilder pb;
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    48
      OutputAnalyzer output;
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    49
      String testjdkPath = System.getProperty("test.jdk");
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    50
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    51
      // First run without enabling NMT
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    52
      pb = ProcessTools.createJavaProcessBuilder("-Dtest.jdk=" + testjdkPath, "JcmdWithNMTDisabled");
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    53
      output = new OutputAnalyzer(pb.start());
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    54
      output.shouldHaveExitValue(0);
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    55
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    56
      // Then run with explicitly disabling NMT, should not be any difference
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    57
      pb = ProcessTools.createJavaProcessBuilder("-Dtest.jdk=" + testjdkPath, "-XX:NativeMemoryTracking=off", "JcmdWithNMTDisabled");
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    58
      output = new OutputAnalyzer(pb.start());
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    59
      output.shouldHaveExitValue(0);
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    60
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    61
      return;
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    62
    }
b32d8f04648b 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
ctornqvi
parents: 15458
diff changeset
    63
15458
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    64
    // Grab my own PID
38089
9e58203ef0e2 8153992: Some hotspot tests fail on compact2 due to an unnecessary test library dependency
akulyakh
parents: 36851
diff changeset
    65
    pid = Long.toString(ProcessTools.getProcessId());
15458
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    66
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    67
    jcmdCommand("summary");
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    68
    jcmdCommand("detail");
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    69
    jcmdCommand("baseline");
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    70
    jcmdCommand("summary.diff");
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    71
    jcmdCommand("detail.diff");
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    72
    jcmdCommand("scale=GB");
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    73
    jcmdCommand("shutdown");
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    74
  }
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    75
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    76
  // Helper method for invoking different jcmd calls, all should fail with the same message saying NMT is not enabled
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    77
  public static void jcmdCommand(String command) throws Exception {
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    78
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    79
    pb.command(new String[] { JDKToolFinder.getJDKTool("jcmd"), pid, "VM.native_memory", command});
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    80
    OutputAnalyzer output = new OutputAnalyzer(pb.start());
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    81
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    82
    // Verify that jcmd reports that NMT is not enabled
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    83
    output.shouldContain("Native memory tracking is not enabled");
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    84
  }
dfdf1e3ac7c9 8005013: Add NMT tests
ctornqvi
parents:
diff changeset
    85
}