< prev index next >

test/hotspot/jtreg/runtime/records/ignoreRecordAttribute.java

Print this page
rev 59076 : [mq]: 8243945

*** 20,35 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * @test ! * @summary test logging of reasons for ignoring Record attribute ! * @library /test/lib ! * @compile superNotJLRecord.jcod recordIgnoredVersion.jcod ! * @run main/othervm --enable-preview ignoreRecordAttribute ! */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; public class ignoreRecordAttribute { --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * @test ! * @summary test logging of reasons for ignoring Record attribute ! * @library /test/lib ! * @compile superNotJLRecord.jcod recordIgnoredVersion.jcod ! * @run driver ignoreRecordAttribute ! */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; public class ignoreRecordAttribute {
< prev index next >