Searched refs:ReflectUtil (Results 1 – 11 of 11) sorted by relevance
31 public final class ReflectUtil { class33 private ReflectUtil() { in ReflectUtil() method in ReflectUtil
34 public final class ReflectUtil { class36 private ReflectUtil() { in ReflectUtil() method in ReflectUtil
395 sun.reflect.misc.ReflectUtil.ensureMemberAccess( in CASUpdater()536 sun.reflect.misc.ReflectUtil.ensureMemberAccess( in LockedUpdater()
330 sun.reflect.misc.ReflectUtil.ensureMemberAccess( in AtomicReferenceFieldUpdaterImpl()
398 sun.reflect.misc.ReflectUtil.ensureMemberAccess( in AtomicIntegerFieldUpdaterImpl()
31 import sun.reflect.misc.ReflectUtil;
40 import sun.reflect.misc.ReflectUtil;1315 ReflectUtil.checkPackageAccess(cl); in writeProxyDesc()1344 ReflectUtil.checkPackageAccess(cl); in writeNonProxyDesc()
54 import sun.reflect.misc.ReflectUtil;283 if (ReflectUtil.needsPackageAccessCheck(caller.getClassLoader(), cl.getClassLoader())) { in forClass()284 ReflectUtil.checkPackageAccess(cl); in forClass()
45 import sun.reflect.misc.ReflectUtil;1648 ReflectUtil.checkProxyPackageAccess( in readProxyDesc()1706 ReflectUtil.checkPackageAccess(cl); in readNonProxyDesc()
52 import sun.reflect.misc.ReflectUtil;
1638 "ojluni/src/main/java/sun/reflect/misc/ReflectUtil.java",