Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat single CPU as if -Xgc:noConcurrentMark were set
There is little expected benefit with concurrentmark if you are running on a single-CPU machine/environment. On the other hand, you could gain some benefits with noConcurrentMark: 1) no interference from background marking thread; 2) shorter write-barrier path-length: for certain workloads, this provides substantial performance benefits (e.g. Spark TPC-DS q72 in particular). fix the missing portLib declaration ... Signed-off-by: Julian <zlwang@ca.ibm.com>
- Loading branch information