diff src/share/vm/utilities/taskqueue.cpp @ 541:23673011938d

6787254: Work queue capacity can be increased substantially on some platforms Summary: Increased the default and maximum size of the CMS marking stack and the size of the parallel workers' work queues in 64-bit mode. The latter was accomplished by an increase in the width of the Taskqueue's Age struct and its Tag field in 64-bit mode. Reviewed-by: jmasa, tonyp
author ysr
date Fri, 30 Jan 2009 14:17:52 -0800
parents ad8c8ca4ab0f
children 05c6d52fa7a9
line wrap: on
line diff
--- a/src/share/vm/utilities/taskqueue.cpp	Thu Jan 29 21:25:42 2009 -0800
+++ b/src/share/vm/utilities/taskqueue.cpp	Fri Jan 30 14:17:52 2009 -0800
@@ -69,7 +69,7 @@
 ParallelTaskTerminator::offer_termination(TerminatorTerminator* terminator) {
   Atomic::inc(&_offered_termination);
 
-  juint yield_count = 0;
+  uint yield_count = 0;
   while (true) {
     if (_offered_termination == _n_threads) {
       //inner_termination_loop();