一般情况primitive typesObject overhead for "housekeeping" informationrecording an object's class, ID and status flags such as whether the object is currently reachable, currently synchronization-locked etc.Hotspot JVM:Object类实例:8字节;Object类实例数组:12字节,比Object类实例多了个length域;