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.
JDK 8 中引入的元空间仍然是 JVM 中运行时数据区的一部分?除了自动增加大小之外,它与 Permgen 空间有何不同。?
两者几乎可以增加相同,正如您指出的那样,元空间可以动态增加,以处理类的动态加载和卸载。 更多详细信息可在此处获得