More About JVM

更为清晰易懂的JVM架构:
JVM Internal Architecture (JAVA SE 7 Edition)
转自James D. Bloom的博客JVM Internals

要点

  • Constant Pool
  • Dynamic Link
  • Permanent Gerneration
  • Method Area
  • Interned String

相关要点

  • String pool
  • Integer pool

评论