一个变量须要8个字节+对象头信息的16字节例如,数组
public class A{ public int a = 1; }
当咱们new A时,A的对象自己用16字节存储头信息+类的成员变量4字节=20但,必须凑8的备注spa