1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update Java虚拟机(jvm).md

This commit is contained in:
Snailclimb 2018-05-12 20:07:29 +08:00 committed by GitHub
parent 3105a2d495
commit c16cab840d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,3 +45,5 @@
3. 什么是双亲委派模型?
4. 双亲委派模型的工作过程以及使用它的好处。
[深入理解虚拟机之虚拟机字节码执行引擎](https://juejin.im/post/5aebcb076fb9a07a9a10b5f3)