src/jdk/internal/dynalink/support/CompositeGuardingDynamicLinker.java

changeset 101
f8221ce53c2e
parent 90
5a820fb11814
child 952
6d5471a497fb
child 962
ac62e33a99b0
equal deleted inserted replaced
100:3245e174fe3a 101:f8221ce53c2e
89 import jdk.internal.dynalink.linker.GuardedInvocation; 89 import jdk.internal.dynalink.linker.GuardedInvocation;
90 import jdk.internal.dynalink.linker.GuardingDynamicLinker; 90 import jdk.internal.dynalink.linker.GuardingDynamicLinker;
91 import jdk.internal.dynalink.linker.LinkRequest; 91 import jdk.internal.dynalink.linker.LinkRequest;
92 import jdk.internal.dynalink.linker.LinkerServices; 92 import jdk.internal.dynalink.linker.LinkerServices;
93 93
94
95 /** 94 /**
96 * A {@link GuardingDynamicLinker} that delegates sequentially to a list of other guarding dynamic linkers. The first 95 * A {@link GuardingDynamicLinker} that delegates sequentially to a list of other guarding dynamic linkers. The first
97 * value returned from a component linker other than null is returned. If no component linker returns an invocation, 96 * value returned from a component linker other than null is returned. If no component linker returns an invocation,
98 * null is returned. 97 * null is returned.
99 * 98 *

mercurial