码迷,mamicode.com
首页 > 其他好文 > 详细

JVM 运行时常量池(Runtime Constant Pool)

时间:2016-10-22 17:31:07      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:ons   constant   ant   str   strong   接口   引用   runtime   pool   

基本特性:

  • 方法区的一部分,在方法去中分配,加载泪或者接口后就创建运行时常量区。
  • class文件每一个类或接口的常量池表(constant_pool table)的运行时表现形式,
  • 包括编译期的数值字面量和运行期的方法或者字段引用

ref:class文件结构

JVM 运行时常量池(Runtime Constant Pool)

标签:ons   constant   ant   str   strong   接口   引用   runtime   pool   

原文地址:http://www.cnblogs.com/niejunlei/p/5987888.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!