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. |
25 import java.util.List; |
25 import java.util.List; |
26 import java.util.Map; |
26 import java.util.Map; |
27 import java.util.ArrayList; |
27 import java.util.ArrayList; |
28 import jdk.test.lib.apps.LingeredApp; |
28 import jdk.test.lib.apps.LingeredApp; |
29 |
29 |
30 /* |
30 /** |
31 * @test |
31 * @test |
32 * @bug 8191538 |
32 * @bug 8191538 |
33 * @summary Test the clhsdb 'symboltable' and 'symbol' commands |
33 * @summary Test the clhsdb 'symboltable' and 'symbol' commands |
|
34 * @requires vm.hasSA |
34 * @library /test/lib |
35 * @library /test/lib |
35 * @run main/othervm ClhsdbSymbolTable |
36 * @run main/othervm ClhsdbSymbolTable |
36 */ |
37 */ |
37 |
38 |
38 public class ClhsdbSymbolTable { |
39 public class ClhsdbSymbolTable { |