comparison src/share/vm/runtime/park.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 9758d9f36299
children 2c95095271e9
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
150 } 150 }
151 151
152 152
153 // 6399321 As a temporary measure we copied & modified the ParkEvent:: 153 // 6399321 As a temporary measure we copied & modified the ParkEvent::
154 // allocate() and release() code for use by Parkers. The Parker:: forms 154 // allocate() and release() code for use by Parkers. The Parker:: forms
155 // will eventually be removed as we consolide and shift over to ParkEvents 155 // will eventually be removed as we consolidate and shift over to ParkEvents
156 // for both builtin synchronization and JSR166 operations. 156 // for both builtin synchronization and JSR166 operations.
157 157
158 volatile int Parker::ListLock = 0 ; 158 volatile int Parker::ListLock = 0 ;
159 Parker * volatile Parker::FreeList = NULL ; 159 Parker * volatile Parker::FreeList = NULL ;
160 160