Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在jdk8之前,instanceKlass对象是放在PermGen区的,现在PermGen被Metaspace代替,Metaspace是基于native空间的。那么问题来了,在 jdk 7 上,你可以通过 HSDB 检查 vm 对象,但是现在 HSDB 无法访问 instanceKlass 对象,例如,我找不到检查 ConstantPoolCache 的位置。