Skip to content

Commit

Permalink
jvm相关
Browse files Browse the repository at this point in the history
  • Loading branch information
aalansehaiyang committed Sep 20, 2017
1 parent 154e754 commit 9fae8cd
Show file tree
Hide file tree
Showing 9 changed files with 162 additions and 71 deletions.
Binary file added basic-knowledge/img/java/.DS_Store
Binary file not shown.
Binary file added basic-knowledge/img/java/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added basic-knowledge/img/java/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added basic-knowledge/img/java/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions basic-knowledge/java-gc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 垃圾回收

---


* [GC算法 垃圾收集器](https://mp.weixin.qq.com/s/olNXcRAT3PTK-hV_ehtmtw)
* [Java GC 分析](https://mp.weixin.qq.com/s/S3PcA2KIzCVB2hJmsbVzyQ)
6 changes: 4 additions & 2 deletions basic-knowledge/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@
### 三、JVM虚拟机

* [类加载器](类加载器.md)
* [jvm 内存结构](jvm内存结构.md)
* [jvm 性能调优(jvm参数、垃圾回收)](jvm性能调优.md)
* [内存结构](jvm内存结构.md)
* [垃圾回收](java-gc.md)
* [jvm参数](jvm性能调优.md)
* [jvm自带命令](https://mp.weixin.qq.com/s/QNr8somjodyvU9dRAQG2oA)


### 四、java 新特性
Expand Down
2 changes: 2 additions & 0 deletions basic-knowledge/jvm内存结构.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

---

[https://mp.weixin.qq.com/s/li3ISdodGu2EK_Fo_4NJPA](https://mp.weixin.qq.com/s/li3ISdodGu2EK_Fo_4NJPA)

####虚拟机运行时的数据区
![image](img/1.jpg)

Expand Down
2 changes: 1 addition & 1 deletion basic-knowledge/jvm性能调优.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## jvm性能调优
## jvm参数---性能调优

---

Expand Down
216 changes: 148 additions & 68 deletions basic-knowledge/类加载器.md

Large diffs are not rendered by default.

0 comments on commit 9fae8cd

Please sign in to comment.