Permanent generation heap in DVM
Does DVM has same heap structure as JVM has? Does it have Permanent Gen. heap where all the Classes, info. related to that classes(eg class name, object array associated to that class, internal class descriptor), static member variables are stored in Permanent Gen. area? If not, how they stored?
链接地址: http://www.djcxy.com/p/14550.html上一篇: 无法为对象堆预留足够的空间
下一篇: DVM中的永久代