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

Comparing jsr166/src/main/java/util/concurrent/Exchanger.java (file contents):
Revision 1.81 by jsr166, Sat Jul 16 16:36:59 2016 UTC vs.
Revision 1.82 by jsr166, Sun Mar 11 18:00:06 2018 UTC

# Line 612 | Line 612 | public class Exchanger<V> {
612              MATCH = l.findVarHandle(Node.class, "match", Object.class);
613              AA = MethodHandles.arrayElementVarHandle(Node[].class);
614          } catch (ReflectiveOperationException e) {
615 <            throw new Error(e);
615 >            throw new ExceptionInInitializerError(e);
616          }
617      }
618  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines