< prev index next >

test/hotspot/jtreg/runtime/records/superNotJLRecord.jcod

Print this page

        

*** 27,37 **** // This test has a Record attribute that is too short but its super class is // not java.lang.Record. So, the bogus Record attribute should be ignored. class superNotJLRecord { 0xCAFEBABE; 65535; // minor version ! 58; // version [69] { // Constant Pool ; // first element is empty Method #2 #3; // #1 at 0x0A class #4; // #2 at 0x0F NameAndType #5 #6; // #3 at 0x12 --- 27,37 ---- // This test has a Record attribute that is too short but its super class is // not java.lang.Record. So, the bogus Record attribute should be ignored. class superNotJLRecord { 0xCAFEBABE; 65535; // minor version ! 59; // version [69] { // Constant Pool ; // first element is empty Method #2 #3; // #1 at 0x0A class #4; // #2 at 0x0F NameAndType #5 #6; // #3 at 0x12
< prev index next >