--- old/src/share/vm/runtime/park.cpp 2014-01-15 01:42:42.000000000 +0100 +++ new/src/share/vm/runtime/park.cpp 2014-01-15 01:42:42.000000000 +0100 @@ -152,7 +152,7 @@ // 6399321 As a temporary measure we copied & modified the ParkEvent:: // allocate() and release() code for use by Parkers. The Parker:: forms -// will eventually be removed as we consolide and shift over to ParkEvents +// will eventually be removed as we consolidate and shift over to ParkEvents // for both builtin synchronization and JSR166 operations. volatile int Parker::ListLock = 0 ;