< prev index next >

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

Print this page

        

*** 61,76 **** "WithFieldOfExplicitSelector$X.class").toString() }; runCheck(params, new String [] { "0: aload_0", "1: iload_1", ! "2: withfield #3 // Field i:I", "5: astore_3", "6: aload_3", "7: aload_2", ! "8: invokevirtual #4 // Method java/lang/Integer.intValue:()I", ! "11: withfield #3 // Field i:I", "14: astore_3", "15: aload_3", "16: areturn" }); } --- 61,76 ---- "WithFieldOfExplicitSelector$X.class").toString() }; runCheck(params, new String [] { "0: aload_0", "1: iload_1", ! "2: withfield #2 // Field i:I", "5: astore_3", "6: aload_3", "7: aload_2", ! "8: invokevirtual #3 // Method java/lang/Integer.intValue:()I", ! "11: withfield #2 // Field i:I", "14: astore_3", "15: aload_3", "16: areturn" }); }
< prev index next >