comparison src/share/vm/runtime/park.cpp @ 14314:2c95095271e9

Merge
author ehelin
date Thu, 30 Jan 2014 14:01:45 +0100
parents 5944dba4badc 63a4eb8bcd23
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14302:1fb56cbac3a1 14314:2c95095271e9
115 } 115 }
116 116
117 117
118 // 6399321 As a temporary measure we copied & modified the ParkEvent:: 118 // 6399321 As a temporary measure we copied & modified the ParkEvent::
119 // allocate() and release() code for use by Parkers. The Parker:: forms 119 // allocate() and release() code for use by Parkers. The Parker:: forms
120 // will eventually be removed as we consolide and shift over to ParkEvents 120 // will eventually be removed as we consolidate and shift over to ParkEvents
121 // for both builtin synchronization and JSR166 operations. 121 // for both builtin synchronization and JSR166 operations.
122 122
123 volatile int Parker::ListLock = 0 ; 123 volatile int Parker::ListLock = 0 ;
124 Parker * volatile Parker::FreeList = NULL ; 124 Parker * volatile Parker::FreeList = NULL ;
125 125