equal
deleted
inserted
replaced
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 8139564 |
26 * @bug 8139564 |
27 * @summary defaultmethods=debug should have logging from each of the statements in the code |
27 * @summary defaultmethods=debug should have logging from each of the statements in the code |
28 * @library /testlibrary |
28 * @library /testlibrary |
29 * @modules java.base/sun.misc |
29 * @modules java.base/jdk.internal.misc |
30 * java.management |
30 * java.management |
31 * @build jdk.test.lib.OutputAnalyzer jdk.test.lib.ProcessTools |
31 * @build jdk.test.lib.OutputAnalyzer jdk.test.lib.ProcessTools |
32 * @run driver DefaultMethodsTest |
32 * @run driver DefaultMethodsTest |
33 */ |
33 */ |
34 |
34 |