comparison src/share/vm/memory/sharedHeap.hpp @ 4728:441e946dc1af

7121618: Change type of number of GC workers to unsigned int. Summary: Change variables representing the number of GC workers to uint from int and size_t. Change the parameter in work(int i) to work(uint worker_id). Reviewed-by: brutisso, tonyp
author jmasa
date Wed, 14 Dec 2011 13:34:57 -0800
parents bca17e38de00
children da91efe96a93
comparison
equal deleted inserted replaced
4727:67fdcb391461 4728:441e946dc1af
285 virtual void gc_prologue(bool full) = 0; 285 virtual void gc_prologue(bool full) = 0;
286 virtual void gc_epilogue(bool full) = 0; 286 virtual void gc_epilogue(bool full) = 0;
287 287
288 // Sets the number of parallel threads that will be doing tasks 288 // Sets the number of parallel threads that will be doing tasks
289 // (such as process strong roots) subsequently. 289 // (such as process strong roots) subsequently.
290 virtual void set_par_threads(int t); 290 virtual void set_par_threads(uint t);
291 291
292 int n_termination(); 292 int n_termination();
293 void set_n_termination(int t); 293 void set_n_termination(int t);
294 294
295 // 295 //