test/hotspot/jtreg/compiler/aot/fingerprint/SelfChangedCDS.java
changeset 58731 de395bbd7a93
parent 57681 41f2f2829a09
child 58937 ba99c5a4491d
equal deleted inserted replaced
58730:ca620b06b5c9 58731:de395bbd7a93
    25  * @test
    25  * @test
    26  * @summary AOT methods should be swept if a super class has changed (with CDS).
    26  * @summary AOT methods should be swept if a super class has changed (with CDS).
    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
    30  * @requires vm.aot & vm.cds
    31  * @build compiler.aot.fingerprint.SelfChanged
    31  * @build compiler.aot.fingerprint.SelfChanged
    32  *        compiler.aot.AotCompiler
    32  *        compiler.aot.AotCompiler
    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