test/hotspot/jtreg/serviceability/sa/ClhsdbJstack.java
changeset 53267 0b6d6db878b6
parent 50791 b1e90a8a876c
child 53596 bb40a5303c84
equal deleted inserted replaced
53266:57d8566a2732 53267:0b6d6db878b6
     1 /*
     1 /*
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 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.
    32  * @test
    32  * @test
    33  * @bug 8190198
    33  * @bug 8190198
    34  * @summary Test clhsdb Jstack command
    34  * @summary Test clhsdb Jstack command
    35  * @requires vm.hasSA
    35  * @requires vm.hasSA
    36  * @library /test/lib
    36  * @library /test/lib
    37  * @run main/othervm ClhsdbJstack
    37  * @run main/othervm/timeout=480 ClhsdbJstack
    38  */
    38  */
    39 
    39 
    40 public class ClhsdbJstack {
    40 public class ClhsdbJstack {
    41 
    41 
    42     private static void testJstack(boolean withXcomp) throws Exception {
    42     private static void testJstack(boolean withXcomp) throws Exception {