JVM 源码分析08 垃圾回收01
通过执行VMOperationQueue_lock->wait
方法等待VM operation
.
step 2
JVM源码分析之垃圾收集的执行过程
参数说明:
1、参数full
标识是否需要进行full gc
;
2、参数clear_all_soft_refs
标识gc过程中是否需要清除软引用;
通过执行VMOperationQueue_lock->wait
方法等待VM operation
.
step 2
参数说明:
1、参数full
标识是否需要进行full gc
;
2、参数clear_all_soft_refs
标识gc过程中是否需要清除软引用;