< prev index next >

test/langtools/tools/javac/valhalla/lworld-values/ValueCreationTest.java

Print this page

        

*** 66,84 **** String [] params = new String [] { "-v", Paths.get(System.getProperty("test.classes"), "ValueCreationTest$Point.class").toString() }; runCheck(params, new String [] { ! "0: defaultvalue #4 // class ValueCreationTest$Point", "3: astore_2", "4: aload_2", "5: iload_0", ! "6: withfield #2 // Field x:I", "9: astore_2", "10: aload_2", "11: iload_1", ! "12: withfield #3 // Field y:I", "15: areturn" }); } --- 66,84 ---- String [] params = new String [] { "-v", Paths.get(System.getProperty("test.classes"), "ValueCreationTest$Point.class").toString() }; runCheck(params, new String [] { ! "0: defaultvalue #2 // class ValueCreationTest$Point", "3: astore_2", "4: aload_2", "5: iload_0", ! "6: withfield #3 // Field x:I", "9: astore_2", "10: aload_2", "11: iload_1", ! "12: withfield #4 // Field y:I", "15: areturn" }); }
< prev index next >