public class GraalUnsafeAccess extends Object
Unsafe capability. Care must be taken not to leak the GraalUnsafeAccess.UNSAFE value
of out code loaded by the JVMCI class loader or encapsulated in the JVMCI or Graal modules into
other code (e.g. via the Polyglot API).| Constructor and Description |
|---|
GraalUnsafeAccess() |
public static sun.misc.Unsafe getUnsafe()
Unsafe singleton.SecurityException - if a security manager is present and it denies
RuntimePermission("accessUnsafe")