test/hotspot/jtreg/runtime/cds/DumpSharedDictionary.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    25  * @test
    25  * @test
    26  * @bug 8130072
    26  * @bug 8130072
    27  * @summary Check that Shared Dictionary is printed out with jcmd
    27  * @summary Check that Shared Dictionary is printed out with jcmd
    28  * @requires vm.cds
    28  * @requires vm.cds
    29  * @library /test/lib
    29  * @library /test/lib
    30  * @modules java.base/jdk.internal.misc
       
    31  * @run driver DumpSharedDictionary
    30  * @run driver DumpSharedDictionary
    32  */
    31  */
    33 
    32 
    34 import jdk.test.lib.cds.CDSTestUtils;
    33 import jdk.test.lib.cds.CDSTestUtils;
    35 import jdk.test.lib.process.ProcessTools;
    34 import jdk.test.lib.process.ProcessTools;