# JVM

- [《深入理解 Java 虚拟机》笔记 - Java 内存模型与线程](https://gitbook.fantasticmao.cn/tech/java/jvm/shen-ru-li-jie-java-xu-ni-ji-bi-ji-java-nei-cun-mo-xing-yu-xian-cheng.md)
- [JVM 运行时数据区](https://gitbook.fantasticmao.cn/tech/java/jvm/jvm-yun-xing-shi-shu-ju-qu.md)
- [类加载机制](https://gitbook.fantasticmao.cn/tech/java/jvm/lei-jia-zai-ji-zhi.md)
- [垃圾回收算法](https://gitbook.fantasticmao.cn/tech/java/jvm/la-ji-hui-shou-suan-fa.md)
- [引用类型](https://gitbook.fantasticmao.cn/tech/java/jvm/yin-yong-lei-xing.md)
- [垃圾收集算法](https://gitbook.fantasticmao.cn/tech/java/jvm/la-ji-shou-ji-suan-fa.md)
- [垃圾收集器](https://gitbook.fantasticmao.cn/tech/java/jvm/la-ji-shou-ji-qi.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook.fantasticmao.cn/tech/java/jvm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
