标签:两种 art 说服力 程序 sys 成长 百度百科 field ati
第五章:初始化与清理(下)
// Compiled from Farther.java (version 1.8 : 52.0, super bit) public class com.zhangwei.hello.quick.reuse.Farther { // Field descriptor #11 I private int age; // Method descriptor #13 ()V // Stack: 2, Locals: 1 public Farther(); 0 aload_0 [this] 1 invokespecial java.lang.Object() [1] 4 aload_0 [this] 5 bipush 12 7 putfield com.zhangwei.hello.quick.reuse.Farther.age : int [2] 10 getstatic java.lang.System.out : java.io.PrintStream [3] 13 ldc <String "This is a block"> [4] 15 invokevirtual java.io.PrintStream.println(java.lang.String) : void [5] 18 getstatic java.lang.System.out : java.io.PrintStream [3] 21 ldc <String "This is a constructor"> [6] 23 invokevirtual java.io.PrintStream.println(java.lang.String) : void [5] 26 return Line numbers: [pc: 0, line: 15] [pc: 4, line: 9] [pc: 10, line: 12] [pc: 18, line: 16] [pc: 26, line: 17] // Method descriptor #13 ()V // Stack: 1, Locals: 1 static {}; 0 ldc <String "name"> [7] 2 astore_0 3 return Line numbers: [pc: 0, line: 6] [pc: 3, line: 7] }
标签:两种 art 说服力 程序 sys 成长 百度百科 field ati
原文地址:https://www.cnblogs.com/aiwin/p/12354230.html