commit | 63f1de52fc66114c4fbda6a2b4632b94b336be55 | [log] [tgz] |
---|---|---|
author | Jon Masamitsu <jmasa@openjdk.org> | Fri Feb 22 17:17:14 2008 -0800 |
committer | Jon Masamitsu <jmasa@openjdk.org> | Fri Feb 22 17:17:14 2008 -0800 |
tree | d3663f8586f32e4e77159aae40af8a57b962cd28 | |
parent | 74f243990ce624512f791cddc8b32abf3f021944 [diff] |
6362677: Change parallel GC collector default number of parallel GC threads Use the same default number of GC threads as used by ParNewGC and ConcMarkSweepGC (i.e., the 5/8th rule). Reviewed-by: ysr, tonyp