博客
关于我
JVM专题-JVM小结
阅读量:103 次
发布时间:2019-02-26

本文共 1468 字,大约阅读时间需要 4 分钟。

JVM ????

Java????JVM??Java????????????Java?????JVM???????????????????Java???????

1. JVM???????

JVM?????????????????????????????

1.1 ??????

???????Class Loading System??????????????Class????????????????Method Area????????????????????????????Runtime Constant Pool????????????????

1.2 Java?

Java??Java Heap??JVM??????????????Java???????????????????????????????Java????????????

1.3 Java?

???????????Java??Java Stack?????Frame??????????????????????????????????????????

1.4 ?????

??????Native Method Stack??Java??????????????Native Method?????JVM??Java?????????????C/C++???

1.5 ??????

???????Garbage Collection System??JVM????????????????????JVM??????Java?????????????????

1.6 ??????PC????

PC????Program Counter??????????????????????????????????????????????????PC??????undefined?

1.7 ????

?????Execution Engine??JVM?????????????????????JVM????????????????????????

2. Java??????????

2.1 Java?????

Java??????Java?????????????????

  • ???????????????????
  • ???????Java?????????????????
  • ??????????????????????????
  • ??class?????????????????
  • ???class??????????

    • ????????????????????
    • ??????????????????????????
    • ?????????????????????????????

    2.2 Java??????

    JVM????????????????????????????????????????????

    2.3 Java????????????

    ?????????????

  • Java???????

    • ?????
    • ????
    • ???????class??
  • ??????

    • Bootstrap ClassLoader????????
    • Extension ClassLoader????????
    • App ClassLoader????????
    • Custom ClassLoader???????????
  • ??????

    • ????????????PC?????????????
    • ??????????
  • ????JVM????Java?????????????????Java?????????

    转载地址:http://nddu.baihongyu.com/

    你可能感兴趣的文章
    python 内置slice的用法
    查看>>
    Python 内置时间模块
    查看>>
    python 内部如何实现命名元组?
    查看>>
    Python 写Android App性能:入门到高级
    查看>>
    python 写入json数据到数据库
    查看>>
    Python 出现 TypeError: ‘encoding‘ is an invalid keyword argument for this function 解决方法
    查看>>
    python 出现 TypeError: ‘list‘ object is not callable 的解决方法
    查看>>
    python 函数1
    查看>>
    python 函数学习
    查看>>
    Python 函数随笔 map()函数,lambda自定义函数
    查看>>
    Python 分析天气,告诉你中秋应该去哪里
    查看>>
    python 列表中dict中key排序
    查看>>
    python 列表函数
    查看>>
    Python 列表删除相同的元素
    查看>>
    python 列表生成式
    查看>>
    Python 列表解析 大文件
    查看>>
    python 列表转字典方法
    查看>>
    Python 列表(List)概述-ChatGPT4o作答
    查看>>
    Python网络爬虫基础进阶到实战教程
    查看>>
    Python 初学者需要知道的四条建议
    查看>>