They are algorithms for the young generation garbage collection.
The second one (UseParNewGC) gets activated automatically with the concurrent tenured generation garbage collection (see [Java Concurrent and Parallel GC][1]) but, is there a difference between the two parallel algorithms?
[1]: https://stackoverflow.com/questions/220388/java-concurrent-and-parallel-gc
以上就是Difference between -XX:+UseParallelGC and -XX:+UseParNewGC的详细内容,更多请关注web前端其它相关文章!