public final class JUnsafe extends Object
Unsafe access.
jupiter
org.jupiter.common.util.internal| 限定符和类型 | 方法和说明 |
|---|---|
static ClassLoader |
getSystemClassLoader()
Returns the system
ClassLoader. |
static sun.misc.Unsafe |
getUnsafe()
Returns the
Unsafe's instance. |
static boolean |
isUnaligned()
true if and only if the platform supports unaligned access. |
public static sun.misc.Unsafe getUnsafe()
Unsafe's instance.public static boolean isUnaligned()
true if and only if the platform supports unaligned access.public static ClassLoader getSystemClassLoader()
ClassLoader.Copyright © 2018. All rights reserved.