serial与 Parallel 在GC执行的时候都会引起 stop-the-world。它们之间主要不同serial收集器是默认的复制收集器,执行GC的时候只有一个线程,而 parallel收集器使用多个GC线程来执行。
Proudly powered by WordPress