test/hotspot/jtreg/compiler/aot/fingerprint/SelfChangedCDS.java
changeset 58937 ba99c5a4491d
parent 58731 de395bbd7a93
equal deleted inserted replaced
58936:f4b1addb9742 58937:ba99c5a4491d
    27  * @library /test/lib /
    27  * @library /test/lib /
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  *          java.management
    29  *          java.management
    30  * @requires vm.aot & vm.cds
    30  * @requires vm.aot & vm.cds
    31  * @build compiler.aot.fingerprint.SelfChanged
    31  * @build compiler.aot.fingerprint.SelfChanged
    32  *        compiler.aot.AotCompiler
    32  *        sun.hotspot.WhiteBox
    33  *
    33  *
    34  * @run main compiler.aot.fingerprint.SelfChanged WRITE-UNMODIFIED-CLASS
    34  * @run main compiler.aot.fingerprint.SelfChanged WRITE-UNMODIFIED-CLASS
    35  * @run driver compiler.aot.AotCompiler -libname libSelfChanged.so
    35  * @run driver compiler.aot.AotCompiler -libname libSelfChanged.so
    36  *      -class compiler.aot.fingerprint.Blah
    36  *      -class compiler.aot.fingerprint.Blah
    37  *
    37  *