src/share/vm/gc_implementation/parallelScavenge/prefetchQueue.hpp

changeset 1040
98cb887364d3
parent 631
d1605aabd0a1
child 1907
c18cbe5936b8
equal deleted inserted replaced
1039:ec59443af135 1040: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 {

mercurial