comparison src/share/vm/gc_implementation/parallelScavenge/prefetchQueue.hpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents d1605aabd0a1
children c18cbe5936b8
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
24 24
25 // 25 //
26 // PrefetchQueue is a FIFO queue of variable length (currently 8). 26 // PrefetchQueue is a FIFO queue of variable length (currently 8).
27 // 27 //
28 // We need to examine the performance penalty of variable lengths. 28 // We need to examine the performance penalty of variable lengths.
29 // We may also want to split this into cpu dependant bits. 29 // We may also want to split this into cpu dependent bits.
30 // 30 //
31 31
32 const int PREFETCH_QUEUE_SIZE = 8; 32 const int PREFETCH_QUEUE_SIZE = 8;
33 33
34 class PrefetchQueue : public CHeapObj { 34 class PrefetchQueue : public CHeapObj {