Searched refs:vh_pi (Results 1 – 1 of 1) sorted by relevance
1277 private VarHandle vh_pi; field in VarHandleTypeConversionTests.InterfaceTest1281 vh_pi = MethodHandles.lookup().findVarHandle(InterfaceTest.class, "pi",1299 ParentInterface p = (ParentInterface) vh_pi.get(this); in doTest()1300 Object o = (Object) vh_pi.get(this); in doTest()1302 ChildInterface c = (ChildInterface) vh_pi.get(this); in doTest()1308 ParentInterface p = (ParentInterface) vh_pi.get(this); in doTest()1309 B b = (B) vh_pi.get(this); in doTest()1310 Object o = (Object) vh_pi.get(this); in doTest()1311 ChildInterface c = (ChildInterface) vh_pi.get(this); in doTest()1315 ParentInterface p = (ParentInterface) vh_pi.get(this); in doTest()[all …]