comparison src/share/vm/gc_implementation/shared/parGCAllocBuffer.cpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents 2e6857353b2c
children 1e1c8d358b52
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
150 _true_end(_hard_end) 150 _true_end(_hard_end)
151 {} 151 {}
152 152
153 // The buffer comes with its own BOT, with a shared (obviously) underlying 153 // The buffer comes with its own BOT, with a shared (obviously) underlying
154 // BlockOffsetSharedArray. We manipulate this BOT in the normal way 154 // BlockOffsetSharedArray. We manipulate this BOT in the normal way
155 // as we would for any contiguous space. However, on accasion we 155 // as we would for any contiguous space. However, on occasion we
156 // need to do some buffer surgery at the extremities before we 156 // need to do some buffer surgery at the extremities before we
157 // start using the body of the buffer for allocations. Such surgery 157 // start using the body of the buffer for allocations. Such surgery
158 // (as explained elsewhere) is to prevent allocation on a card that 158 // (as explained elsewhere) is to prevent allocation on a card that
159 // is in the process of being walked concurrently by another GC thread. 159 // is in the process of being walked concurrently by another GC thread.
160 // When such surgery happens at a point that is far removed (to the 160 // When such surgery happens at a point that is far removed (to the