File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Java 虚拟机(JVM)是运行 Java 字节码的虚拟机。JVM 有针对不
32
32
33
33
** JVM 并不是只有一种!只要满足 JVM 规范,每个公司、组织或者个人都可以开发自己的专属 JVM。** 也就是说我们平时接触到的 HotSpot VM 仅仅是是 JVM 规范的一种实现而已。
34
34
35
- 除了我们平时最常用的 HotSpot VM 外,还有 J9 VM、Zing VM、JRockit VM 等 JVM 。维基百科上就有常见 JVM 的对比:[ Comparison of Java virtual machines] ( https://link.zhihu.com/?target=http%3A// en.wikipedia.org/wiki/Comparison_of_Java_virtual_machines ) ,感兴趣的可以去看看。并且,你可以在 [ Java SE Specifications] ( https://docs.oracle.com/javase/specs/index.html ) 上找到各个版本的 JDK 对应的 JVM 规范。
35
+ 除了我们平时最常用的 HotSpot VM 外,还有 J9 VM、Zing VM、JRockit VM 等 JVM 。维基百科上就有常见 JVM 的对比:[ Comparison of Java virtual machines] ( https://en.wikipedia.org/wiki/Comparison_of_Java_virtual_machines ) ,感兴趣的可以去看看。并且,你可以在 [ Java SE Specifications] ( https://docs.oracle.com/javase/specs/index.html ) 上找到各个版本的 JDK 对应的 JVM 规范。
36
36
37
37
![ ] ( https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/javaguide/Java-SE-Specifications.png )
38
38
You can’t perform that action at this time.
0 commit comments