ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.106 by jsr166, Wed Dec 31 09:37:20 2014 UTC vs.
Revision 1.107 by jsr166, Sun Jan 4 01:06:15 2015 UTC

# Line 1007 | Line 1007 | public class PriorityBlockingQueue<E> ex
1007              Class<?> k = PriorityBlockingQueue.class;
1008              allocationSpinLockOffset = UNSAFE.objectFieldOffset
1009                  (k.getDeclaredField("allocationSpinLock"));
1010 <        } catch (Exception e) {
1010 >        } catch (ReflectiveOperationException e) {
1011              throw new Error(e);
1012          }
1013      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines