equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2017, 2018, 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. |
26 import java.util.Map; |
26 import java.util.Map; |
27 import java.util.ArrayList; |
27 import java.util.ArrayList; |
28 |
28 |
29 import jdk.test.lib.apps.LingeredApp; |
29 import jdk.test.lib.apps.LingeredApp; |
30 |
30 |
31 /* |
31 /** |
32 * @test |
32 * @test |
33 * @bug 8193124 |
33 * @bug 8193124 |
34 * @summary Test the clhsdb 'jdis' command |
34 * @summary Test the clhsdb 'jdis' command |
|
35 * @requires vm.hasSA |
35 * @library /test/lib |
36 * @library /test/lib |
36 * @run main/othervm ClhsdbJdis |
37 * @run main/othervm ClhsdbJdis |
37 */ |
38 */ |
38 |
39 |
39 public class ClhsdbJdis { |
40 public class ClhsdbJdis { |