jdk/test/sun/tools/jinfo/JInfoRunningProcessTest.java
changeset 30376 2ccf2cf7ea48
parent 27789 8f7dbf70bf0e
equal deleted inserted replaced
30375:6da086d0f46d 30376:2ccf2cf7ea48
     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