commit | b4b287e7ac187898dae79786d0b13bd29cc42aa9 | [log] [tgz] |
---|---|---|
author | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Thu Mar 17 10:32:46 2011 -0700 |
committer | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Thu Mar 17 10:32:46 2011 -0700 |
tree | 68441d896241bb77a7e56dba7ab4695f0c5594e4 | |
parent | 7293fabc43de1ced258e46281c402fdc063995fb [diff] |
6668573: CMS: reference processing crash if ParallelCMSThreads > ParallelGCThreads Use _max_num_q = max(discovery_degree, processing_degree), and let balance_queues() redistribute from discovery_degree to processing_degree of queues. This should also allow a more dynamic and flexible parallelism policy in the future. Reviewed-by: jmasa, johnc