52ky 发表于 2022-10-8 15:10:35

Java虚拟机规范 (Java SE 7 中文版)

《Java虚拟机规范》并非某一款虚拟机实现的说明书,它是一份保证各个企业的Java虚拟机实现具备统一外部接口的契约文档,书中的概念和细节描述曾经与Sun的早期虚拟机的实现高度吻合,但是随着技术的发展,高性能虚拟机真正的细节实现方式已经渐渐与虚拟机规范所描述的内容产生了越来越大的差距。

(The Java Virtual Machine Specification is not a specification for a certain virtual machine implementation. It is a contract document to ensure that the Java virtual machine implementation of each enterprise has a unified external interface. The concepts and details described in the book were highly consistent with the implementation of Sun's early virtual machines. However, with the development of technology, The real details of high-performance virtual machines have gradually fallen behind the content described in the virtual machine specification.)




页: [1]
查看完整版本: Java虚拟机规范 (Java SE 7 中文版)