test/hotspot/jtreg/applications/ctw/modules/jdk_management.java
changeset 54386 00fc7ba000b4
parent 52427 3c6aa484536c
equal deleted inserted replaced
54385:9559ba212c18 54386:00fc7ba000b4
     1 /*
     1 /*
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2019, 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.
    33  * @modules jdk.management
    33  * @modules jdk.management
    34  *
    34  *
    35  * @build sun.hotspot.WhiteBox
    35  * @build sun.hotspot.WhiteBox
    36  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    36  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    37  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    37  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    38  * @run main/timeout=7200 sun.hotspot.tools.ctw.CtwRunner modules:jdk.management
    38  * @run driver/timeout=7200 sun.hotspot.tools.ctw.CtwRunner modules:jdk.management
    39  */
    39  */