北航云计算公开课07 jvm internal.docVIP

  • 1
  • 0
  • 约小于1千字
  • 约 21页
  • 2019-11-22 发布于湖北
  • 举报
Java VM System Overview 41 / 43 ? To build a virtual machine, we need a platform independent Instruction Set.. ? Java class file contains Java bytecode and data, with well-defined structure. ? JVM consists of 3 components, Class Loader, Runtime Data Area, and Execution Engine. ? JVM ClassLoader loads and verifies all related libraries specified by ClassPath. ? JVM Runtime Data Areas is with memory structure corresponding to Java class file. ? JVM Execution Engine can either interpret Java bytecode line by line, or compile before executing, or call machine instruction if hardware supports. ?

文档评论(0)

1亿VIP精品文档

相关文档