Skip to content

Commit

Permalink
在GC领域: concurrent算法指GC线程和业务线程能并发执行; parallel指GC线程之间的并行。
Browse files Browse the repository at this point in the history
  • Loading branch information
renfufei committed Jun 3, 2019
1 parent 02bfc66 commit f11121c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tiemao_2014/G1/G1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ G1垃圾收集器入门

**parallel**: 并行, 多个线程各做各的事情(互相间无共享状态,不需要锁定资源)

**在GC领域**: concurrent算法指GC线程和业务线程能并发执行; parallel指GC线程之间的并行。


## 概述 ##

Expand Down

0 comments on commit f11121c

Please sign in to comment.