equal
deleted
inserted
replaced
25 * @test |
25 * @test |
26 * @summary AOT methods should be swept if a super class has changed. |
26 * @summary AOT methods should be swept if a super class has changed. |
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.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64") & !(os.family == "windows") |
30 * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64") |
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 |
34 * @run main |
35 * compiler.aot.fingerprint.SelfChanged WRITE-UNMODIFIED-CLASS |
35 * compiler.aot.fingerprint.SelfChanged WRITE-UNMODIFIED-CLASS |