Searched refs:vhB (Results 1 – 1 of 1) sorted by relevance
2143 private static final VarHandle vhB; field in Main.LookupCheckA2180 … vhB = MethodHandles.lookup().findVarHandle(LookupCheckA.class, "fieldB", Object.class);2225 if (vhB == null) fail("vhB is null"); in run()2238 private static final VarHandle vhB; field in Main.LookupCheckB2250 … vhB = MethodHandles.lookup().findVarHandle(LookupCheckA.class, "fieldB", Object.class);2283 if (vhB == null) fail("vhB is null"); in run()2294 private static final VarHandle vhB; field in Main.LookupCheckC2306 … vhB = MethodHandles.lookup().findVarHandle(LookupCheckB.class, "fieldB", Object.class);2346 if (vhB == null) fail("vhB is null"); in run()