JDK 1.8 开始
1、字符串常量池:存放在堆中,包括 String 对象执行 intern()方法后存的地方、双引号直接引用的字符串
2、运行时常量池:存放在方法区,属于元空间,是类加载后的一些存储区域,大多数是类中 constant_pool 的内容
3、类文件常量池:constant_pool,JVM 定义的概念

Was this helpful?

0 / 0

发表回复 0

Your email address will not be published.