Searched refs:vhB (Results 1 – 1 of 1) sorted by relevance
2138 private static final VarHandle vhB; field in Main.LookupCheckA2175 … vhB = MethodHandles.lookup().findVarHandle(LookupCheckA.class, "fieldB", Object.class);2220 if (vhB == null) fail("vhB is null"); in run()2233 private static final VarHandle vhB; field in Main.LookupCheckB2245 … vhB = MethodHandles.lookup().findVarHandle(LookupCheckA.class, "fieldB", Object.class);2278 if (vhB == null) fail("vhB is null"); in run()2289 private static final VarHandle vhB; field in Main.LookupCheckC2301 … vhB = MethodHandles.lookup().findVarHandle(LookupCheckB.class, "fieldB", Object.class);2341 if (vhB == null) fail("vhB is null"); in run()