equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2014, 2015, 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. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
28 |
28 |
29 /** |
29 /** |
30 * @test |
30 * @test |
31 * @summary The test sanity checks functionality of 'jinfo', 'jinfo -sysprops' and 'jinfo -flags' |
31 * @summary The test sanity checks functionality of 'jinfo', 'jinfo -sysprops' and 'jinfo -flags' |
32 * @library /lib/testlibrary |
32 * @library /lib/testlibrary |
|
33 * @modules java.management |
33 * @build jdk.testlibrary.* JInfoHelper |
34 * @build jdk.testlibrary.* JInfoHelper |
34 * @run main/othervm -XX:+HeapDumpOnOutOfMemoryError JInfoRunningProcessTest |
35 * @run main/othervm -XX:+HeapDumpOnOutOfMemoryError JInfoRunningProcessTest |
35 */ |
36 */ |
36 public class JInfoRunningProcessTest { |
37 public class JInfoRunningProcessTest { |
37 |
38 |