comparison jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/HotSpotMetaAccessProvider.java @ 22541:d2035d841611

restricted Unsafe capability access to package or class scope
author Doug Simon <doug.simon@oracle.com>
date Wed, 09 Sep 2015 12:22:15 +0200
parents dc1aeef79e7e
children 15579668ec3a
comparison
equal deleted inserted replaced
22540:df2764d92a3c 22541:d2035d841611
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 package jdk.internal.jvmci.hotspot; 23 package jdk.internal.jvmci.hotspot;
24 24
25 import static jdk.internal.jvmci.common.UnsafeAccess.*;
26 import static jdk.internal.jvmci.hotspot.HotSpotResolvedObjectTypeImpl.*; 25 import static jdk.internal.jvmci.hotspot.HotSpotResolvedObjectTypeImpl.*;
26 import static jdk.internal.jvmci.hotspot.UnsafeAccess.unsafe;
27 27
28 import java.lang.reflect.*; 28 import java.lang.reflect.*;
29 29
30 import jdk.internal.jvmci.code.*; 30 import jdk.internal.jvmci.code.*;
31 import jdk.internal.jvmci.common.*; 31 import jdk.internal.jvmci.common.*;