JVM 运行时常量池(Runtime Constant Pool)
时间:2016-10-22 17:31:01
收藏:0
阅读:558
基本特性:
- 方法区的一部分,在方法去中分配,加载泪或者接口后就创建运行时常量区。
- class文件每一个类或接口的常量池表(constant_pool table)的运行时表现形式,
- 包括编译期的数值字面量和运行期的方法或者字段引用
ref:class文件结构
原文:http://www.cnblogs.com/niejunlei/p/5987888.html
评论(0)